mirror of
https://github.com/nestriness/nestri.git
synced 2026-09-19 17:25:19 +03:00
24 lines
477 B
JSON
24 lines
477 B
JSON
{
|
|
"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:"
|
|
}
|
|
}
|