forked from swuweb2nd/usdiary-be
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 920 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 920 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "usdiary",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "nodemon npm start",
"test": "echo \"Error: no test specified\" && exit 1",
"swagger-autogen": "node ./swagger/swagger.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.7.2",
"concurrently": "^8.2.2",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"express": "^4.19.2",
"http-proxy-middleware": "^3.0.0",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"mysql": "^2.18.1",
"mysql2": "^3.10.2",
"sequelize": "^6.37.3",
"sequelize-auto": "^0.8.8",
"sequelize-cli": "^6.6.2",
"swagger-autogen": "^2.23.7",
"swagger-ui-express": "^5.0.1"
},
"devDependencies": {
"cross-env": "^7.0.3",
"nodemon": "^3.1.4",
"npm-run-all": "^4.1.5",
"swagger-jsdoc": "^6.2.8"
}
}