router / package.json
xinxiang.wang
../..
53cc475
raw
history blame contribute delete
471 Bytes
{
"name": "proxy-url",
"module": "index.ts",
"type": "module",
"scripts": {
"start": "bun run src/index.ts",
"dev": "bun --watch run src/index.ts",
"test": "bun test",
"test:concurrency": "bun run src/concurrency-test.ts"
},
"devDependencies": {
"@types/bun": "^1.2.10",
"bun-types": "latest",
"typescript": "^5.8.3"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"http-proxy": "^1.18.1"
}
}