-
-
Notifications
You must be signed in to change notification settings - Fork 635
/
Copy pathpackage.json
32 lines (32 loc) · 917 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
{
"name": "astroid-v3",
"version": "3.1",
"description": "Astroid, a proxy that supports now.gg and uses Ultraviolet, a highly sophisticated proxy used for evading internet censorship or accessing websites in a controlled sandbox using the power of service-workers and more!",
"type": "module",
"engines": {
"npm": ">=7.0.0",
"node": ">=16.0.0"
},
"scripts": {
"start": "node index.js",
"genPackageLock": "npm i --package-lock-only"
},
"keywords": [
"math"
],
"author": "",
"license": "GPL-3.0-or-later",
"dependencies": {
"@nebula-services/bare-server-node": "^2.0.4",
"@titaniumnetwork-dev/ultraviolet": "^1.0.11",
"@tomphttp/bare-server-node": "^2.0.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"socks-proxy-agent": "^8.0.2",
"wisp-server-node": "^1.1.7"
},
"devDependencies": {
"eslint": "^9.6.0",
"prettier": "^3.0.3"
}
}