Files
kuafu-health-manage/server/package.json

16 lines
291 B
JSON
Raw Normal View History

{
"name": "kuafu-health-backend",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"express": "^4.17.1",
"body-parser": "^1.19.0",
"mysql2": "^2.3.3",
"reflect-metadata": "^0.1.13",
"typeorm": "^0.2.45"
}
}