File size: 313 Bytes
5d0f8bd
 
 
 
 
 
 
 
 
 
 
4b0cdd9
 
5d0f8bd
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "web-proxy",
  "version": "1.0.0",
  "description": "Simple HTML rewriting proxy in Node.js",
  "main": "index.js",
  "scripts": {
    "start": "node index.js"
  },
  "dependencies": {
    "cheerio": "^1.0.0-rc.12",
    "express": "^4.18.2",
    "node-fetch": "^3.3.2",
    "unblocker": "2.3.1"
  }
}