-
Notifications
You must be signed in to change notification settings - Fork 141
/
package.json
41 lines (41 loc) · 1.04 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": "google-drive-torrent",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon --inspect server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "UNLICENSED",
"dependencies": {
"@types/uuid": "^8.3.4",
"body-parser": "1.19.0",
"express": "4.17.1",
"express-fileupload": "1.1.6",
"express-force-https": "1.0.0",
"express-session": "1.17.0",
"express-zip": "3.0.0",
"google-drive-io": "2.0.3",
"googleapis": "47.0.0",
"helmet": "3.21.2",
"http": "0.0.0",
"locks": "0.2.2",
"lodash": "4.17.15",
"pug": "2.0.4",
"rimraf": "3.0.2",
"socket.io": "2.3.0",
"socket.io-express-session": "0.1.3",
"uuid": "8.3.2",
"webtorrent": "1.8.20"
},
"devDependencies": {
"@types/eslint": "^8.4.2",
"eslint": "^8.15.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.0",
"eslint-plugin-promise": "^6.0.0",
"nodemon": "2.0.2"
}
}