cs
Showing
.gitignore
0 → 100644
app.js
0 → 100644
bin/publish.js
0 → 100644

package-lock.json
0 → 100644
... | @@ -7,6 +7,8 @@ | ... | @@ -7,6 +7,8 @@ |
"lib": "lib" | "lib": "lib" | ||
}, | }, | ||
"scripts": { | "scripts": { | ||
"start": "node app.js", | |||
"publish": "node ./bin/publish.js", | |||
"test": "echo \"Error: no test specified\" && exit 1" | "test": "echo \"Error: no test specified\" && exit 1" | ||
}, | }, | ||
"repository": { | "repository": { | ||
... | @@ -17,5 +19,8 @@ | ... | @@ -17,5 +19,8 @@ |
"脚手架" | "脚手架" | ||
], | ], | ||
"author": "", | "author": "", | ||
"license": "ISC" | "license": "ISC", | ||
"dependencies": { | |||
"compressing": "^1.5.0" | |||
} | |||
} | } |