Files
chuanqi-qycq-web/module/server/package.json

21 lines
491 B
JSON
Raw Normal View History

{
"name": "chuanqi-server",
"version": "1.0.0",
"description": "A simple Koa server for chuanqi web",
"main": "koa/index.js",
"type": "module",
"scripts": {
"start": "node --env-file=.env index.js",
"dev": "nodemon --exec \"node --env-file=.env\" index.js"
},
"dependencies": {
"dayjs": "^1.11.19",
"jsonwebtoken": "^9.0.3",
"koa": "^2.15.0",
"koa-router": "^12.0.0",
"koa-static": "^5.0.0",
"log4js": "^6.9.1",
"mysql2": "^3.16.0"
}
}