mirror of
https://github.com/khairul169/home-lab.git
synced 2025-04-28 16:49:36 +07:00
31 lines
645 B
JSON
31 lines
645 B
JSON
{
|
|
"name": "backend",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "tsx --watch index.ts",
|
|
"start": "tsx index.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jsonwebtoken": "^9.0.6",
|
|
"@types/node": "^20.11.28",
|
|
"@types/ws": "^8.5.10",
|
|
"tsx": "^4.7.1"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@hono/node-server": "^1.8.2",
|
|
"@hono/zod-validator": "^0.2.0",
|
|
"dotenv": "^16.4.5",
|
|
"hono": "^4.1.0",
|
|
"nanoid": "^5.0.6",
|
|
"node-pty": "^1.0.0",
|
|
"systeminformation": "^5.22.2",
|
|
"wol": "^1.0.7",
|
|
"ws": "^8.16.0",
|
|
"zod": "^3.22.4"
|
|
}
|
|
}
|