{ "type": "module", "name": "xtablo-api", "scripts": { "dev": "tsx watch src/index.ts", "build": "tsc", "start": "node dist/index.js" }, "dependencies": { "@hono/node-server": "^1.14.4", "@supabase/supabase-js": "^2.49.4", "dotenv": "^16.5.0", "hono": "^4.7.7", "hono-sessions": "^0.7.2", "stream-chat": "^9.8.0" }, "devDependencies": { "@types/node": "^20.11.17", "tsx": "^4.7.1", "typescript": "^5.8.3" } }