-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.03 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
{
"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",
"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": {
"@titaniumnetwork-dev/ultraviolet": "^1.0.11",
"@tomphttp/bare-server-node": "^1.2.5",
"body-parser": "^1.20.2",
"connect": "^3.7.0",
"serve-index": "^1.9.1",
"serve-static": "^1.15.0"
},
"engines": {
"npm": ">=8.0.0",
"node": ">=18.0.0"
}
}