mirror of
https://github.com/nestriness/nestri.git
synced 2026-08-02 01:35:18 +03:00
feat: Add a lot of stuff
This commit is contained in:
20
packages/function/package.json
Normal file
20
packages/function/package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "@nestri/function",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@cloudflare/workers-types": "catalog:",
|
||||
"@types/bun": "catalog:",
|
||||
"@tsconfig/node22": "catalog:"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5",
|
||||
"@nestri/core": "workspace:^"
|
||||
},
|
||||
"dependencies": {
|
||||
"@openauthjs/openauth": "catalog:",
|
||||
"hono": "^4.10.1",
|
||||
"hono-openapi": "^1.1.0",
|
||||
"zod": "catalog:"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user