-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 937 Bytes
/
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
{
"name": "incognito",
"version": "1.0.0",
"description": "Unofficial Incognito easy deployment version with TompHTTP bare server included.",
"type": "module",
"scripts": {
"start": "node src/index.js",
"create-dockerfile": "echo \"Error: not finshed\" && exit 1",
"install-webretro-linux": "chmod u+x ./src/webretro.sh && ./src/webretro.sh",
"install-webretro-win": "echo \"Error: not finshed\" && exit 1"
},
"files": ["static", "src", "ssl", ".gitignore", "app.json"],
"repository": {
"type": "git",
"url": "git+https://github.com/amethystnetwork-dev/Incognito"
},
"keywords": ["unoffical", "ultraviolet", "unblock", "titaniumnetwork", "bypass-filter", "amethystnetwork-dev"],
"author": "",
"license": "GPL-3.0-or-later",
"dependencies": {
"@tomphttp/bare-server-node": "^1.0.4",
"serve-static": "^1.15.0"
},
"engines": {
"npm": ">=8.0.0",
"node": ">=16.0.0"
}
}