File size: 471 Bytes
53cc475
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "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"
  }
}