Files
hctv/apps/chat/package.json
2025-03-23 00:43:54 +01:00

21 lines
396 B
JSON

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