Some checks failed
Build and Publish Docker Image / build-and-push (push) Failing after 27s
Co-authored-by: Ona <no-reply@ona.com>
22 lines
459 B
JSON
22 lines
459 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|