{ "name": "expria-backend", "version": "1.0.0", "type": "module", "scripts": { "dev": "tsx watch src/index.ts", "build": "tsc", "start": "node dist/index.js", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage" }, "dependencies": { "@hono/node-server": "^1.13.7", "@hono/node-ws": "^1.3.0", "@supabase/supabase-js": "^2.49.4", "dotenv": "^17.4.2", "hono": "^4.7.7", "socks-proxy-agent": "^10.1.0", "stripe": "^17.7.0", "ws": "^8.20.0" }, "devDependencies": { "@types/node": "^22.15.3", "@types/ws": "^8.18.1", "@vitest/coverage-v8": "^3.1.2", "tsx": "^4.19.3", "typescript": "^5.8.3", "vitest": "^3.1.2" } }