-
Notifications
You must be signed in to change notification settings - Fork 85
/
Copy pathpackage.json
40 lines (40 loc) · 1.52 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
39
40
{
"type": "module",
"version": "1.0.0",
"description": "A Proxy that focuses on usability, performance and customizability.",
"license": "AGPL-3.0-only",
"author": "Ruby Network",
"scripts": {
"preinstall": "npx -y only-allow pnpm",
"dev": "pnpm run build:css && bundle exec rerun --ignore 'src/public/css/*' --ignore 'node_modules/*' --signal 'TERM' -c -w 5 --no-notify -- cli/cli.rb start --development --node",
"start": "bundle exec ruby cli/cli.rb start",
"install": "pnpm run build && bundle install",
"build:css": "node ./nodeJS/compile.js",
"build": "pnpm run build:css",
"cli": "bundle exec ruby ./cli/cli.rb"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@fastify/caching": "^8.4.0",
"@fastify/http-proxy": "^9.5.0",
"@fastify/middie": "^8.3.1",
"@mercuryworkshop/bare-as-module3": "^2.2.2",
"@mercuryworkshop/bare-mux": "^2.0.4",
"@mercuryworkshop/epoxy-transport": "^2.1.8",
"@mercuryworkshop/libcurl-transport": "^1.3.7",
"@rubynetwork/rammerhead": "^1.3.1",
"@rubynetwork/rammerhead-browser": "^1.0.9",
"@titaniumnetwork-dev/ultraviolet": "^3.2.7",
"@tomphttp/bare-server-node": "2.0.3",
"chalk": "^5.3.0",
"fastify": "^4.28.1",
"progress-estimator": "^0.3.1",
"sass": "^1.77.8",
"terser": "^5.31.6",
"typescript": "^5.5.4",
"wisp-server-node": "^1.1.3",
"yaml": "^2.5.0"
}
}