{ "name": "@webproxy/proxy", "version": "0.1.0", "private": true, "type": "module", "main": "./src/index.ts", "scripts": { "dev": "tsx watch src/index.ts", "start": "tsx src/index.ts", "typecheck": "tsc --noEmit", "clean": "rm -rf dist" }, "dependencies": { "@webproxy/core": "workspace:*", "@webproxy/indexer": "workspace:*", "@webproxy/shared": "workspace:*", "zod": "^4.3.6" }, "devDependencies": { "@types/node": "^20.19.35", "tsx": "^4.21.0", "typescript": "^5.9.3" } }