-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 KB
/
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
{
"name": "backend",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"start": "SET DEBUG=backend:* & nodemon ./bin/www"
},
"dependencies": {
"bcrypt": "^5.0.1",
"connect-redis": "^5.1.0",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
"express-session": "^1.17.1",
"googleapis": "^73.0.0",
"helmet": "^4.5.0",
"http-errors": "~1.6.3",
"js-video-url-parser": "^0.4.3",
"morgan": "~1.9.1",
"nanoid": "^3.1.23",
"parse-iso-duration": "^1.1.0",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"redis": "^3.1.2",
"redis-redisearch": "^1.0.1",
"redis-rejson": "^1.0.0",
"socket.io": "^4.0.1",
"socket.io-redis": "^6.1.0",
"uuid": "^8.3.2",
"youtube-v3-api": "^1.1.1"
},
"devDependencies": {
"eslint": "^7.25.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"nodemon": "^2.0.7"
}
}