forked from zane3535/zane3535.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.12 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.12 KB
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
41
{
"name": "ubx",
"version": "9.2.0",
"type": "module",
"engines": {
"npm": ">=10.0.0",
"node": "22.x"
},
"scripts": {
"start": "node index.js",
"format": "pnpm biome format --write .",
"precommit": "pnpm run format && pnpm biome check --write .",
"lint": "biome lint --write ."
},
"author": "Lorem Group US",
"license": "GPL-3.0-or-later",
"dependencies": {
"@mercuryworkshop/bare-mux": "^2.1.8",
"@mercuryworkshop/bare-transport": "^1.0.0",
"@mercuryworkshop/bare-as-module3": "^2.2.5",
"@mercuryworkshop/libcurl-transport": "^2.0.5",
"@mercuryworkshop/scramjet": "^1.0.2",
"@mercuryworkshop/wisp-js": "^0.4.1",
"@titaniumnetwork-dev/ultraviolet": "^3.2.10",
"@tomphttp/bare-server-node": "^2.0.6",
"chalk": "^5.4.1",
"compression": "^1.8.1",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^5.0.1",
"express-basic-auth": "^1.2.1",
"mime": "^4.1.0",
"node-fetch": "^3.3.2",
"socks-proxy-agent": "^8.0.5"
},
"devDependencies": {
"@biomejs/biome": "^2.3.8"
},
"packageManager": "pnpm@10.0.0"
}