mirror of
https://github.com/pockethost/pockethost.git
synced 2026-02-20 18:54:02 +00:00
16 lines
361 B
JSON
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"
|
|
}
|
|
} |