forked from titaniumnetwork-dev/Ultraviolet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.05 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
{
"name": "@titaniumnetwork-dev/ultraviolet",
"version": "3.2.7",
"description": "Highly sophisticated proxy used for evading internet censorship or accessing websites in a controlled sandbox using the power of service-workers and more!",
"main": "lib/index.cjs",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/titaniumnetwork-dev/Ultraviolet.git"
},
"files": [
"dist",
"lib",
"uv.d.ts",
"client.d.ts"
],
"type": "module",
"scripts": {
"build": "node build.js",
"dev": "node build.js --dev",
"prepack": "npm run build"
},
"devDependencies": {
"esbuild": "^0.24.0",
"eslint": "^9.12.0",
"prettier": "^3.3.3",
"rimraf": "^6.0.1"
},
"dependencies": {
"@mercuryworkshop/bare-mux": "^2.1.3",
"astring": "^1.9.0",
"events": "^3.3.0",
"idb": "^8.0.0",
"meriyah": "^6.0.2",
"parse5": "^7.2.0",
"set-cookie-parser": "^2.7.0"
}
}