初始化提交
This commit is contained in:
19
package.json
Normal file
19
package.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user