forked from titaniumnetwork-dev/Ultraviolet-App
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 831 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
{
"name": "uv-app",
"version": "1.0.0",
"description": "Ultraviolet instance",
"type": "module",
"engines": {
"npm": ">=7.0.0",
"node": ">=16.0.0"
},
"scripts": {
"start": "node src/index.js",
"format": "prettier --config .prettierrc.js --write .",
"lint": "eslint ./src/",
"lint:fix": "eslint ./src/ --fix"
},
"keywords": [
"proxy"
],
"author": "",
"license": "GPL-3.0-or-later",
"dependencies": {
"@fastify/static": "^8.0.2",
"@mercuryworkshop/bare-mux": "^2.1.6",
"@mercuryworkshop/epoxy-transport": "^2.1.25",
"@titaniumnetwork-dev/ultraviolet": "^3.2.10",
"fastify": "^5.0.0",
"ultraviolet-static": "file:Ultraviolet-Static",
"wisp-server-node": "^1.1.7",
"ws": "^8.18.0"
},
"devDependencies": {
"eslint": "^9.13.0",
"prettier": "^3.3.3"
},
"packageManager": "[email protected]"
}