Spaces:
Sleeping
Sleeping
{ | |
"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" | |
} | |
} | |