25 lines
524 B
JSON
25 lines
524 B
JSON
{
|
|
"name": "miniprogram-backend",
|
|
"version": "1.0.0",
|
|
"description": "Backend for WeChat miniprogram",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"start": "node app.js",
|
|
"dev": "node app.js"
|
|
},
|
|
"dependencies": {
|
|
"@koa/cors": "^4.0.0",
|
|
"@koa/multer": "^4.0.0",
|
|
"koa": "^2.13.4",
|
|
"koa-bodyparser": "^4.3.0",
|
|
"koa-router": "^10.1.1",
|
|
"koa-static": "^5.0.0",
|
|
"multer": "^2.1.1",
|
|
"mysql2": "^3.22.3",
|
|
"node-fetch": "^2.6.7"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|