{ "name": "@hctv/chat", "version": "0.1.0", "type": "module", "scripts": { "dev": "tsx watch src/index.ts", "build": "tsc --build" }, "dependencies": { "@hctv/auth": "*", "@hctv/db": "*", "@hctv/hono-ws": "*", "@hono/node-server": "^1.14.0", "@hono/node-ws": "^1.1.0", "@leeoniya/ufuzzy": "^1.0.18", "@oslojs/encoding": "^1.1.0", "hono": "^4.7.5" }, "devDependencies": { "@types/node": "^20.11.17", "tsx": "^4.7.1", "typescript": "^5.8.2" } }