28 lines
643 B
JSON
28 lines
643 B
JSON
{
|
|
"name": "youchat-proxy",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "src/index.mjs",
|
|
"scripts": {
|
|
"start": "node src/index.mjs",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"async-mutex": "^0.5.0",
|
|
"cookie": "^0.6.0",
|
|
"docx": "^8.5.0",
|
|
"express": "^4.19.2",
|
|
"geoip-lite": "^1.4.10",
|
|
"https-proxy-agent": "^7.0.5",
|
|
"localtunnel": "^2.0.2",
|
|
"ngrok": "^5.0.0-beta.2",
|
|
"node-fetch": "^3.3.2",
|
|
"puppeteer-core": "^24.4.0",
|
|
"socks-proxy-agent": "^8.0.4",
|
|
"uuid": "^9.0.1"
|
|
}
|
|
}
|
|
|