-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 959 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 959 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
39
40
{
"name": "ex1-blog",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Chao-Ma5566/tutoReact.git"
},
"author": "",
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/Chao-Ma5566/tutoReact/issues"
},
"homepage": "https://github.com/Chao-Ma5566/tutoReact#readme",
"dependencies": {
"bcrypt": "^5.1.0",
"body-parser": "^1.20.1",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"formidable": "^2.1.1",
"jsonwebtoken": "^9.0.0",
"mysql": "^2.18.1",
"path": "^0.12.7",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"globals": "^15.5.0",
"nodemon": "^2.0.20"
}
}