hono-openapi
Version:
OpenAPI schema generator for Hono
84 lines • 1.93 kB
JSON
{
"name": "hono-openapi",
"description": "OpenAPI schema generator for Hono",
"version": "1.1.2",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"license": "MIT",
"keywords": [
"hono",
"openapi",
"zod",
"valibot",
"typebox",
"arktype",
"effect"
],
"homepage": "https://github.com/rhinobase/hono-openapi",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rhinobase/hono-openapi.git"
},
"bugs": {
"url": "https://github.com/rhinobase/hono-openapi/issues"
},
"exports": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
},
"peerDependencies": {
"@hono/standard-validator": "^0.2.0",
"@standard-community/standard-json": "^0.3.5",
"@standard-community/standard-openapi": "^0.2.9",
"@types/json-schema": "^7.0.15",
"hono": "^4.8.3",
"openapi-types": "^12.1.3"
},
"peerDependenciesMeta": {
"@hono/standard-validator": {
"optional": true
},
"hono": {
"optional": true
}
},
"devDependencies": {
"@biomejs/biome": "^2.0.6",
"@standard-schema/spec": "^1.0.0",
"@valibot/to-json-schema": "^1.3.0",
"arktype": "^2.1.22",
"effect": "^3.17.13",
"husky": "^9.1.7",
"is-ci": "^4.1.0",
"nano-staged": "^0.8.0",
"pkg-pr-new": "^0.0.60",
"pkgroll": "^2.13.1",
"typebox": "^1.0.17",
"typescript": "^5.8.3",
"sury": "^10.0.0",
"valibot": "^1.1.0",
"vitest": "^3.2.4",
"zod": "^3.23.8",
"zod-openapi": "^4"
},
"scripts": {
"build": "pkgroll --clean-dist",
"lint": "biome check .",
"format": "biome check --write .",
"test": "vitest"
}
}