mirror of
https://github.com/pockethost/pockethost.git
synced 2026-02-28 22:13:30 +00:00
15 lines
293 B
JSON
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"
|
|
}
|
|
} |