{ "name": "playwright-proxy", "type": "module", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx watch src/index.ts" }, "dependencies": { "@hono/node-server": "^1.13.7", "hono": "^4.6.14", "playwright": "^1.49.1" }, "devDependencies": { "@types/node": "^20.17.9", "tsx": "^4.7.1", "typescript": "^5.7.2" } }