-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.26 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
42
43
44
45
46
47
48
49
{
"name": "torrentflix",
"version": "1.0.0",
"description": "Stream torrent to Smart TVs, phones,...",
"main": "dist/index.js",
"scripts": {
"build": "tsc --project tsconfig.json",
"lint": "tslint --project tsconfig.json",
"watch": "tsc -w",
"start": "node dist/index.js"
},
"author": "Rogelio Orts",
"license": "ISC",
"dependencies": {
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"castv2-client": "^1.2.0",
"cors": "^2.8.5",
"cron": "^1.7.2",
"express": "^4.17.1",
"logform": "^2.1.2",
"mime": "^2.4.4",
"node-ssdp": "^4.0.0",
"pump": "^3.0.0",
"rimraf": "^3.0.0",
"sqlite": "^3.0.3",
"torrent-search-api": "^2.0.10",
"upnp-mediarenderer-client": "^1.2.4",
"uuid": "^3.3.3",
"webtorrent": "^0.107.17",
"winston": "^3.2.1",
"ws": "^7.2.1"
},
"devDependencies": {
"@types/cors": "^2.8.6",
"@types/cron": "^1.7.1",
"@types/express": "^4.17.2",
"@types/node": "^12.12.14",
"@types/pump": "^1.1.0",
"@types/rimraf": "^2.0.3",
"@types/torrent-search-api": "^2.0.0",
"@types/torrent-stream": "0.0.5",
"@types/uuid": "^3.4.6",
"@types/webtorrent": "^0.107.0",
"@types/ws": "^6.0.4",
"tslint": "^5.20.1",
"typescript": "^3.7.2"
}
}