-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 860 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 860 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
{
"name": "torrent-web-seed",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/webseed",
"watch": "DEBUG=seedess:* nodemon ./bin/webseed",
"debug": "DEBUG=seedess:* nodemon -x electron-scope ./bin/webseed",
"test": "jest -w"
},
"dependencies": {
"address": "^1.1.2",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"create-torrent": "^4.4.1",
"debug": "^4.1.1",
"express": "^4.17.1",
"fetch": "^1.1.0",
"localstorage-ponyfill": "^1.0.2",
"memory-chunk-store": "^1.2.0",
"mime": "^2.5.2",
"minimatch": "^3.0.4",
"morgan": "^1.10.0",
"parse-torrent": "^7.1.2",
"pretty-bytes": "^5.3.0",
"serve-favicon": "^2.5.0",
"showdown": "^1.9.1",
"url": "^0.11.0",
"webtorrent": "^0.108.1"
},
"devDependencies": {
"jest": "^27.3.1"
}
}