honojs-middleware/packages/react-compat/deno.json

16 lines
347 B
JSON
Raw Normal View History

2025-07-02 07:45:33 +08:00
{
"name": "@hono/react-compat",
"version": "0.0.0",
"license": "MIT",
"exports": {
".": "./src/index.ts",
"./client": "./src/client.ts",
"./jsx-dev-runtime": "./src/jsx-dev-runtime.ts",
"./jsx-runtime": "./src/jsx-runtime.ts",
"./server": "./src/server.ts"
},
"imports": {
"hono": "jsr:@hono/hono@^4.8.3"
2025-07-02 07:45:33 +08:00
}
}