-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 904 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 904 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
{
"name": "node-template",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:lixianbin1/node-template.git",
"author": "李贤斌 <xianbin.me@qq.com>",
"license": "MIT",
"scripts": {
"dev": "nodemon index.js",
"pm2": "pm2 start index.js && pm2 logs",
"list": "pm2 list",
"delete": "pm2 delete index"
},
"dependencies": {
"bcrypt": "^6.0.0",
"body-parser": "^2.2.0",
"cookie-parser": "^1.4.7",
"dotenv": "^17.2.1",
"express": "^5.1.0",
"express-jsdoc-swagger": "^1.8.0",
"generic-pool": "^3.9.0",
"jsonwebtoken": "^9.0.2",
"log4js": "^6.9.1",
"multer": "^2.0.2",
"mysql": "^2.18.1",
"nodemon": "^3.1.10",
"pm2": "^6.0.8",
"sqlite3": "^5.1.7",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1",
"uuid": "^11.1.0",
"windows-build-tools": "^5.2.2",
"ws": "^8.18.3"
}
}