This repository has been archived on 2023-04-19. You can view files and clone it, but cannot push or open issues or pull requests.
odproxy-deprecated/package.json

19 lines
348 B
JSON

{
"name": "on-demand-proxy",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@types/node": "^17.0.41",
"axios": "^1.1.3",
"http-proxy": "^1.18.1",
"tree-kill": "^1.2.2"
},
"devDependencies": {
"@types/http-proxy": "^1.17.9"
}
}