初始化提交

This commit is contained in:
史悦
2026-01-07 16:46:09 +08:00
commit 0dbb36be9d
113 changed files with 16197 additions and 0 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "foamzou-melody",
"version": "0.1.2",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"init": "node scripts/setup.js",
"app": "node backend/src/index.js",
"update": "git pull && npm run init"
},
"repository": {
"type": "git",
"url": "git+https://github.com/foamzou/melody.git"
},
"author": "foamzou",
"bugs": {
"url": "https://github.com/foamzou/melody/issues"
},
"homepage": "https://github.com/foamzou/melody#readme"
}