Files
ClassContent/历届学生/front-end-team-11/项目开发/上课项目/nodejs博客/backendv1/package.json
2024-09-27 02:06:13 +08:00

17 lines
300 B
JSON

{
"name": "backend",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node-dev ./bin/www"
},
"dependencies": {
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"morgan": "~1.9.1",
"mysql": "^2.18.1"
}
}