mirror of
https://github.com/khairul169/home-lab.git
synced 2025-04-28 16:49:36 +07:00
21 lines
410 B
JSON
21 lines
410 B
JSON
{
|
|
"name": "backend",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "bun run --watch index.ts",
|
|
"start": "bun run index.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@hono/zod-validator": "^0.2.0",
|
|
"hono": "^4.1.0",
|
|
"systeminformation": "^5.22.2",
|
|
"zod": "^3.22.4"
|
|
}
|
|
} |