2025-10-24 19:36:05 +00:00
|
|
|
{
|
2025-10-28 01:11:57 +00:00
|
|
|
"name": "@eva/backend",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "bun run --watch src/index.ts",
|
|
|
|
|
"build": "bun build src/index.ts --outdir dist --target bun",
|
|
|
|
|
"start": "bun run dist/index.js",
|
|
|
|
|
"typecheck": "tsc --noEmit"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"hono": "^4.6.14",
|
|
|
|
|
"mqtt": "^5.14.1",
|
|
|
|
|
"@eva/jrpc": "workspace:*",
|
|
|
|
|
"@eva/zigbee": "workspace:*"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/bun": "latest",
|
|
|
|
|
"typescript": "^5.6.3"
|
|
|
|
|
}
|
2025-10-24 19:36:05 +00:00
|
|
|
}
|