forked from shuttlenetwork/shuttle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 827 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
{
"name": "shuttle",
"version": "3.0.0",
"description": "Experience the global internet using Shuttle, the swiftest and most uncluttered proxy solution. Relish a heightened level of privacy during your online sessions, free from censorship.",
"type": "module",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shuttlenetwork/shuttle"
},
"keywords": [
"proxy"
],
"author": "",
"license": " GPL-3.0-or-later",
"homepage": "https://shuttleproxy.com",
"dependencies": {
"@nebula-services/dynamic": "^0.7.2-patch.2",
"@titaniumnetwork-dev/ultraviolet": "^2.0.0",
"@tomphttp/bare-server-node": "^2.0.1",
"ejs": "^3.1.9",
"express": "^4.18.1",
"yarn": "^1.22.22"
},
"engines": {
"node": ">=18.0.0"
}
}