forked from titaniumnetwork-dev/Ultraviolet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.09 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": "2.0.0",
"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": "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": {
"@tomphttp/bare-client": "^2.2.0-alpha",
"css-tree": "^2.3.1",
"esbuild": "^0.18.11",
"eslint": "^8.28.0",
"esotope-hammerhead": "^0.6.4",
"events": "^3.3.0",
"idb": "^7.1.1",
"meriyah": "^4.3.7",
"mime-db": "^1.52.0",
"parse5": "^7.1.2",
"prettier": "^2.8.0",
"rimraf": "^5.0.1",
"set-cookie-parser": "^2.6.0"
}
}