honojs-middleware/packages/bun-transpiler/deno.json

13 lines
239 B
JSON
Raw Normal View History

2025-07-02 07:45:33 +08:00
{
"name": "@hono/bun-transpiler",
"version": "0.0.0",
"license": "MIT",
"exports": {
".": "./src/index.ts"
},
"publish": {
"include": ["deno.json", "README.md", "src/**/*.ts"],
"exclude": ["src/**/*.test.ts"]
}
}