feat: Start adding CLI stuff

This commit is contained in:
Wanjohi
2025-11-05 15:40:32 +03:00
parent dc3642153d
commit be69de81ca
20 changed files with 618 additions and 177 deletions

View File

@@ -33,13 +33,23 @@
"@cloudflare/workers-types": "4.20240821.1",
"@types/bun": "1.3.0",
"@types/node": "22.13.9",
"@tsconfig/bun": "1.0.9",
"@tsconfig/node22": "22.0.2",
"hono": "^4.10.1",
"steam-session": "1.9.3",
"typescript": "5.8.2",
"zod": "^4.1.12"
}
},
"dependencies": {
"alchemy": "^0.75.1"
},
"overrides": {
"@types/bun": "catalog:",
"@types/node": "catalog:"
},
"repository": {
"type": "git",
"url": "https://github.com/nestrilabs/nestri"
}
}