feat: Sync to OSS repo

This commit is contained in:
Wanjohi
2026-08-06 22:13:51 +03:00
parent 46d2a56180
commit 3faac3008f
144 changed files with 27561 additions and 0 deletions

23
apps/api/package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "api",
"type": "module",
"dependencies": {
"@hono/zod-validator": "^0.9.0",
"@nestri/auth": "workspace:",
"@nestri/core": "workspace:",
"hono": "catalog:",
"hono-openapi": "^0.4.8",
"jose": "^6.2.3",
"redis": "^6.0.0",
"zod": "catalog:",
"zod-openapi": "^6.0.0"
},
"devDependencies": {
"@cloudflare/workers-types": "catalog:",
"@types/bun": "catalog:",
"@types/node": "catalog:"
},
"peerDependencies": {
"typescript": "catalog:"
}
}