-
Notifications
You must be signed in to change notification settings - Fork 141
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 939 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 939 Bytes
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
39
40
{
"name": "truffled",
"version": "1.0.0",
"description": "the BEST ubg site you could imagine...",
"type": "module",
"main": "index.js",
"packageManager": "pnpm@9.12.2",
"engines": {
"npm": ">=7.0.0",
"node": ">=16.0.0"
},
"scripts": {
"start": "node --watch 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": {
"@mercuryworkshop/bare-mux": "^2.1.8",
"@mercuryworkshop/libcurl-transport": "^1.5.2",
"@mercuryworkshop/scramjet": "^1.0.2",
"@mercuryworkshop/wisp-js": "^0.4.1",
"@titaniumnetwork-dev/ultraviolet": "^3.2.10",
"bufferutil": "^4.1.0",
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"dreamland": "^0.1.3",
"express": "^4.21.2",
"ws": "^8.18.3"
},
"devDependencies": {
"eslint": "^9.13.0",
"prettier": "^3.3.3"
}
}