-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.24 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
{
"name": "redialed-service",
"description": "WebTV Redialed service. Based on zefie_wtvp_minisrv.",
"main": "app.js",
"homepage": "https://github.com/webtv-redialed/redialed-nodejs",
"license": "GPL3",
"scripts": {
"start": "node app.js",
"start17": "node --openssl-legacy-provider app.js",
"test": "node test.js"
},
"bugs": {
"url": "https://github.com/webtv-redialed/redialed-nodejs/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/webtv-redialed/redialed-nodejs.git"
},
"dependencies": {
"@onereach/time-interpreter": "^1.0.27",
"adm-zip": "^0.5.9",
"atob": "^2.1.2",
"btoa": "^1.2.1",
"crypto-js": "^4.2.0",
"debug": "^4.3.4",
"easy-crc": "1.1.0",
"endianness": "^8.0.2",
"express": "^4.18.2",
"fetch": "^1.1.0",
"follow-redirects": "^1.15.5",
"html-entities": "^2.4.0",
"iconv-lite": "^0.6.3",
"ip": "^1.1.9",
"mime-types": "^2.1.35",
"newsie": "^1.2.1",
"nntp-server-zefie": "^3.1.0",
"node-fetch": "^2.6.9",
"nunjucks": "^3.2.4",
"process": "^0.11.10",
"proxy-agent": "^6.3.1",
"rss-parser": "^3.13.0",
"sanitize-html": "^2.11.0",
"strftime": "^0.10.2",
"uuid": "^9.0.0",
"zcs": "^1.0.2"
}
}