-
Notifications
You must be signed in to change notification settings - Fork 378
/
Copy pathpackage.json
40 lines (40 loc) · 886 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
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "incognito-lite",
"version": "1.0.0",
"description": "Unofficial Incognito easy deployment version with TompHTTP bare server included using BUFFY.",
"type": "module",
"scripts": {
"start": "node index.js"
},
"files": [
".gitignore",
"app.json",
".replit",
"replit.nix"
],
"repository": {
"type": "git",
"url": "git+https://github.com/amethystnetwork-dev/Incognito-Lite"
},
"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",
"axios": "^1.3.4",
"connect": "^3.7.0",
"serve-static": "^1.15.0"
},
"engines": {
"npm": ">=8.0.0",
"node": ">=16.0.0"
}
}