Files
pockethost/packages/proxy/package.json
2022-12-24 06:04:22 -08:00

15 lines
293 B
JSON

{
"name": "@pockethost/proxy",
"version": "0.0.1",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "tsx watch src/index.ts",
"start": "tsx src/index.ts"
},
"dependencies": {
"@types/node": "^18.11.17",
"http-proxy": "^1.18.1",
"tsx": "^3.12.1"
}
}