-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 951 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 951 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
{
"name": "singnaling_server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./node_modules/pm2/bin/pm2 start ecosystem.config.js",
"reload": "node ./node_modules/pm2/bin/pm2 reload ecosystem.config.js",
"poststart": "node ./node_modules/pm2/bin/pm2 logs",
"dev": "nodemon app.js --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.7.4",
"cors": "2.8.5",
"dayjs": "^1.11.12",
"dotenv": "^16.4.5",
"express": "4.17.1",
"https": "^1.0.0",
"morgan": "^1.10.0",
"nodemon": "^3.1.4",
"pm2": "^5.4.2",
"redis": "^4.7.0",
"socket.io": "2.3.0",
"uuid": "^10.0.0",
"winston": "^3.14.2",
"winston-daily-rotate-file": "^5.0.0"
}
}