node 服务
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

28 lines
577 B

{
"name": "design_node_koa",
"version": "1.0.0",
"description": "node server",
"main": "app.js",
"scripts": {
"start": "node ./app",
"dev": "nodemon ./app"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.7.0",
"koa": "^2.13.0",
"koa-body": "^4.2.0",
"koa-helmet": "^6.0.0",
"koa-json": "^2.0.2",
"koa-router": "^10.0.0",
"koa2-cors": "^2.0.6",
"log4js": "^6.3.0",
"md5": "^2.3.0",
"moment": "^2.29.1",
"nodemon": "^2.0.6"
},
"devDependencies": {
"console-color-mr": "^2.0.1"
}
}