Files
pockethost/packages/proxy/package.json
Ben Allfree ce5c704dcc pm2 updates
2022-12-25 15:10:36 +00:00

16 lines
361 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",
"pm2": "pm2 del proxy ; pm2 start \"yarn start\" --name=proxy"
},
"dependencies": {
"@types/node": "^18.11.17",
"http-proxy": "^1.18.1",
"tsx": "^3.12.1"
}
}