19 lines
424 B
JSON
19 lines
424 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|