2026-05-07 18:42:09 +07:00
|
|
|
{
|
2026-06-10 19:54:55 +07:00
|
|
|
"name": "edge-proxy-relay",
|
|
|
|
|
"version": "1.0.0",
|
2026-05-07 22:22:35 +07:00
|
|
|
"private": true,
|
2026-06-10 19:54:55 +07:00
|
|
|
"type": "module",
|
2026-05-07 22:22:35 +07:00
|
|
|
"scripts": {
|
2026-06-10 19:54:55 +07:00
|
|
|
"dev": "bun --hot src/index.ts",
|
|
|
|
|
"start": "bun src/index.ts",
|
|
|
|
|
"test": "bun test",
|
|
|
|
|
"test:watch": "bun test --watch",
|
|
|
|
|
"typecheck": "tsc --noEmit",
|
|
|
|
|
"build": "bun build src/index.ts --outdir ./dist --target bun",
|
|
|
|
|
"build:worker": "bun build src/index.ts --outdir ./dist --target bun --format esm"
|
2026-05-07 22:22:35 +07:00
|
|
|
},
|
2026-06-10 19:54:55 +07:00
|
|
|
"dependencies": {},
|
2026-05-07 22:22:35 +07:00
|
|
|
"devDependencies": {
|
2026-05-07 22:41:08 +07:00
|
|
|
"bun-types": "^1.3.13",
|
2026-06-10 19:54:55 +07:00
|
|
|
"typescript": "^5"
|
2026-05-07 22:22:35 +07:00
|
|
|
}
|
2026-05-07 18:42:09 +07:00
|
|
|
}
|