{ "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:*" } }