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

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