forked from fajarFWD/workersproxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 732 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 732 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
{
"name": "workers-proxy",
"version": "1.1.7",
"description": "Lightweight reverse proxy implemented with Cloudflare Workers.",
"main": "src/index.js",
"scripts": {
"test": "wrangler preview --watch",
"build": "wrangler build",
"deploy": "wrangler publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Siujoeng-Lau/Workers-Proxy.git"
},
"keywords": [
"reverse-proxy",
"cloudflare-workers",
"serverless"
],
"author": "Siujoeng-Lau <admin@siujoeng-lau.com> (https://siujoeng-lau.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Siujoeng-Lau/Workers-Proxy/issues"
},
"homepage": "https://github.com/Siujoeng-Lau/Workers-Proxy#readme"
}