forked from z1g-project/BruhProx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 835 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
37
{
"name": "uv-app",
"version": "1.0.0",
"description": "BruhProx instance",
"type": "module",
"engines": {
"npm": ">=7.0.0",
"node": ">=16.0.0"
},
"scripts": {
"start": "node src/index.js"
},
"keywords": [
"proxy"
],
"author": "z1g Project",
"license": "MIT",
"dependencies": {
"@tomphttp/bare-server-node": "^2.0.1",
"bruhprox-core": "^6.2.0",
"express": "^4.18.2",
"bruhprox-static": "github:z1g-project/BruhProx-Static"
},
"devDependencies": {
"eslint": "^8.36.0",
"prettier": "^2.8.4"
},
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/z1g-project/bruhprox.git"
},
"bugs": {
"url": "https://github.com/z1g-project/bruhprox/issues"
},
"homepage": "https://github.com/z1g-project/bruhprox#readme"
}