-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
38 lines (38 loc) · 869 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
38
{
"name": "uv-on-one-url",
"description": "A uv bare compatible bare server, on vercel and render",
"version": "2.0.1",
"homepage": "https://github.com/crllect/focus",
"bugs": {
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/crllect/focus-bare.git"
},
"author": {
"name": "crllect",
"email": "[email protected]",
"url": "https://github.com/crllect"
},
"keywords": [
"proxy",
"tomp",
"tomphttp"
],
"license": "AGPL-3.0",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"build": "npm install --global @tomphttp/bare-server-node",
"start": "npx bare-server-node"
},
"dependencies": {
"@tomphttp/bare-client": "^2.2.0-alpha",
"@tomphttp/bare-server-node": "2.0.3",
"cors": "^2.8.5",
"express": "^4.18.2"
},
"type": "module"
}