初始化

This commit is contained in:
2025-11-15 14:15:48 +08:00
commit 7073b51853
4 changed files with 23 additions and 0 deletions

10
package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "javascript_learn",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"private": true
}