mirror of
https://github.com/nestriness/nestri.git
synced 2026-08-01 17:34:15 +03:00
feat: Start adding CLI stuff
This commit is contained in:
10
package.json
10
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user