honojs-middleware/packages/swagger-ui/deno.json

13 lines
235 B
JSON
Raw Normal View History

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