-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.11 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.11 KB
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
44
45
46
{
"name": "torrent-seeder",
"version": "1.0.0",
"description": "Torrent Seeder",
"exports": "./dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm start index.js"
},
"repository": {
"type": "git",
"url": "git@ssh.dev.azure.com:v3/CA9io/CA9/Torrent%20Seeder"
},
"keywords": [],
"author": "TM9657 GmbH",
"license": "all rights reserved",
"type": "module",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"devDependencies": {
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.10",
"@types/os-utils": "^0.0.1",
"@types/utf-8-validate": "^5.0.0",
"@types/webtorrent": "^0.109.3",
"@types/ws": "^8.5.1",
"ts-node": "^10.4.0",
"typescript": "^4.5.5"
},
"dependencies": {
"check-disk-space": "^3.2.0",
"dotenv": "^15.0.0",
"fs-extra": "^10.0.1",
"got": "^12.0.1",
"lodash": "^4.17.21",
"node-pre-gyp": "^0.17.0",
"os-utils": "^0.0.14",
"webtorrent": "^1.7.2",
"wrtc": "^0.4.7",
"ws": "^8.4.2"
},
"optionalDependencies": {
"utf-8-validate": "^5.0.8"
}
}