forked from asabino2/streamproxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.01 KB
/
package.json
File metadata and controls
31 lines (31 loc) · 1.01 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
{
"name": "streamproxy",
"version": "1.3.7",
"description": "Stream Proxy - A proxy for your streams",
"keywords": [
"streamproxy",
"m3u"
],
"main": "src/main.js",
"scripts": {
"compile-win": "pkg -t node14-win src/main.js -o bin/win-x64/streamproxy.exe",
"compile-linux": "pkg -t node14-linux-x64 src/main.js -o bin/linux-x64/streamproxy",
"compile-NAS": "pkg -t node14-linux-arm64 src/main.js -o bin/linux-arm64/streamproxy-arm64"
},
"author": "Alexander Sabino <asabino2@gmail.com>",
"license": "GPL-3.0",
"repository": "github:asabino2/streamproxy",
"bugs": {
"url": "https://github.com/asabino2/streamproxy/issues"
},
"homepage": "https://github.com/asabino2/streamproxy",
"dependencies": {
"body-parser": "^1.20.0",
"debug": "^4.1.1",
"elliptic": "^6.5.4",
"express": "^4.18.1",
"express-useragent": "^1.0.15",
"request": "^2.88.2",
"yargs": "^17.7.1"
}
}