-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 976 Bytes
/
package.json
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
41
42
43
{
"name": "devdog",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node app.js"
},
"engines": {
"node": "14.18.1",
"npm": "6.14.15"
},
"dependencies": {
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"express": "~4.16.1",
"express-mysql-session": "^2.1.7",
"express-session": "^1.17.2",
"http": "^0.0.1-security",
"http-errors": "~1.6.3",
"httpolyglot": "^0.1.2",
"jade": "~1.11.0",
"jsonwebtoken": "^8.5.1",
"loadsh": "^0.0.4",
"mediasoup": "^3.9.7",
"mediasoup-client": "^3.6.50",
"morgan": "~1.9.1",
"mysql": "^2.18.1",
"mysql2": "^2.3.3",
"nunjucks": "^3.2.3",
"passport": "^0.5.2",
"passport-google-oauth2": "^0.2.0",
"pm2": "^5.1.2",
"sequelize": "^6.16.1",
"sequelize-cli": "^6.4.1",
"socket.io": "^4.4.1"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}