mirror of
https://github.com/SrIzan10/hctv.git
synced 2026-06-06 00:56:56 +00:00
21 lines
396 B
JSON
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"
|
|
}
|
|
}
|