wecat-serve-demo/package.json

19 lines
442 B
JSON
Raw Normal View History

2019-12-26 10:50:02 +08:00
{
"name": "wecat-serve-demo",
"version": "1.0.0",
"main": "index.js",
"repository": "http://git.luyuan.tk/pplokijuhyg/wecat-serve-demo.git",
"author": "pplokijuhyg <1162963624@qq.com>",
"license": "MIT",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"fs": "^0.0.1-security",
"koa": "^2.11.0",
"koa-bodyparser": "^4.2.1",
"koa-router": "^7.4.0",
"mongodb": "^3.3.5"
}
}