mirror of
https://github.com/nestriness/nestri.git
synced 2026-08-02 01:35:18 +03:00
30 lines
636 B
JSON
30 lines
636 B
JSON
{
|
|
"name": "@nestri/function",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"exports": {
|
|
"./*": "./src/*.ts"
|
|
},
|
|
"scripts": {
|
|
"build": "./script/build.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/workers-types": "catalog:",
|
|
"@hono/standard-validator": "^0.1.5",
|
|
"@tsconfig/node22": "catalog:",
|
|
"@types/bun": "catalog:"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5",
|
|
"@nestri/core": "workspace:^"
|
|
},
|
|
"dependencies": {
|
|
"@hey-api/openapi-ts": "^0.87.0",
|
|
"@openauthjs/openauth": "catalog:",
|
|
"hono": "catalog:",
|
|
"hono-openapi": "1.1.1",
|
|
"zod": "catalog:"
|
|
}
|
|
}
|