|
48 | 48 | "types": "./dist/express.d.cts", |
49 | 49 | "default": "./dist/express.cjs" |
50 | 50 | } |
| 51 | + }, |
| 52 | + "./elysia": { |
| 53 | + "import": { |
| 54 | + "types": "./dist/elysia.d.ts", |
| 55 | + "default": "./dist/elysia.js" |
| 56 | + }, |
| 57 | + "require": { |
| 58 | + "types": "./dist/elysia.d.cts", |
| 59 | + "default": "./dist/elysia.cjs" |
| 60 | + } |
| 61 | + }, |
| 62 | + "./fastify": { |
| 63 | + "import": { |
| 64 | + "types": "./dist/fastify.d.ts", |
| 65 | + "default": "./dist/fastify.js" |
| 66 | + }, |
| 67 | + "require": { |
| 68 | + "types": "./dist/fastify.d.cts", |
| 69 | + "default": "./dist/fastify.cjs" |
| 70 | + } |
| 71 | + }, |
| 72 | + "./next": { |
| 73 | + "import": { |
| 74 | + "types": "./dist/next.d.ts", |
| 75 | + "default": "./dist/next.js" |
| 76 | + }, |
| 77 | + "require": { |
| 78 | + "types": "./dist/next.d.cts", |
| 79 | + "default": "./dist/next.cjs" |
| 80 | + } |
| 81 | + }, |
| 82 | + "./hono": { |
| 83 | + "import": { |
| 84 | + "types": "./dist/hono.d.ts", |
| 85 | + "default": "./dist/hono.js" |
| 86 | + }, |
| 87 | + "require": { |
| 88 | + "types": "./dist/hono.d.cts", |
| 89 | + "default": "./dist/hono.cjs" |
| 90 | + } |
| 91 | + }, |
| 92 | + "./nuxt": { |
| 93 | + "import": { |
| 94 | + "types": "./dist/nuxt.d.ts", |
| 95 | + "default": "./dist/nuxt.js" |
| 96 | + }, |
| 97 | + "require": { |
| 98 | + "types": "./dist/nuxt.d.cts", |
| 99 | + "default": "./dist/nuxt.cjs" |
| 100 | + } |
51 | 101 | } |
52 | 102 | }, |
53 | 103 | "dependencies": { |
|
69 | 119 | "@zenstackhq/typescript-config": "workspace:*", |
70 | 120 | "@zenstackhq/vitest-config": "workspace:*", |
71 | 121 | "body-parser": "^2.2.0", |
| 122 | + "elysia": "^1.3.1", |
72 | 123 | "express": "^5.0.0", |
73 | | - "next": "^15.0.0", |
74 | 124 | "fastify": "^5.6.1", |
75 | 125 | "fastify-plugin": "^5.1.0", |
76 | | - "elysia": "^1.3.1", |
| 126 | + "h3": "^1.15.4", |
77 | 127 | "hono": "^4.6.3", |
| 128 | + "next": "^15.0.0", |
| 129 | + "nuxt": "^4.2.0", |
78 | 130 | "supertest": "^7.1.4", |
79 | 131 | "zod": "~3.25.0" |
80 | 132 | }, |
81 | 133 | "peerDependencies": { |
| 134 | + "elysia": "^1.3.0", |
82 | 135 | "express": "^5.0.0", |
83 | | - "next": "^15.0.0", |
84 | 136 | "fastify": "^5.0.0", |
85 | 137 | "fastify-plugin": "^5.0.0", |
86 | | - "elysia": "^1.3.0", |
87 | 138 | "hono": "^4.6.0", |
| 139 | + "next": "^15.0.0", |
| 140 | + "nuxt": "^4.0.0", |
88 | 141 | "zod": "catalog:" |
89 | 142 | }, |
90 | 143 | "peerDependenciesMeta": { |
|
105 | 158 | }, |
106 | 159 | "hono": { |
107 | 160 | "optional": true |
| 161 | + }, |
| 162 | + "nuxt": { |
| 163 | + "optional": true |
108 | 164 | } |
109 | 165 | } |
110 | 166 | } |
0 commit comments