|
@ -5,7 +5,8 @@ |
|
|
"scripts": { |
|
|
"scripts": { |
|
|
"test": "echo \"Error: no test specified\" && exit 1", |
|
|
"test": "echo \"Error: no test specified\" && exit 1", |
|
|
"start": "peace-rc start", |
|
|
"start": "peace-rc start", |
|
|
"build": "peace-rc build" |
|
|
"build": "peace-rc build", |
|
|
|
|
|
"pack": "rm -rf build && rm -f *.tar.gz && bash script/package-app.sh" |
|
|
}, |
|
|
}, |
|
|
"author": "附离", |
|
|
"author": "附离", |
|
|
"license": "ISC", |
|
|
"license": "ISC", |
|
|