|
1 | | -{ |
2 | | - "name": "hono-openapi", |
3 | | - "description": "OpenAPI schema generator for Hono", |
4 | | - "version": "1.1.0", |
5 | | - "type": "module", |
6 | | - "main": "dist/index.cjs", |
7 | | - "module": "dist/index.js", |
8 | | - "types": "dist/index.d.ts", |
9 | | - "files": [ |
10 | | - "dist" |
11 | | - ], |
12 | | - "license": "MIT", |
13 | | - "scripts": { |
14 | | - "build": "pkgroll --clean-dist", |
15 | | - "lint": "biome check .", |
16 | | - "format": "biome check --write .", |
17 | | - "prepare": "is-ci || husky", |
18 | | - "test": "vitest" |
19 | | - }, |
20 | | - "keywords": [ |
21 | | - "hono", |
22 | | - "openapi", |
23 | | - "zod", |
24 | | - "valibot", |
25 | | - "typebox", |
26 | | - "arktype", |
27 | | - "effect" |
28 | | - ], |
29 | | - "homepage": "https://github.com/rhinobase/hono-openapi", |
30 | | - "publishConfig": { |
31 | | - "access": "public" |
32 | | - }, |
33 | | - "repository": { |
34 | | - "type": "git", |
35 | | - "url": "git+https://github.com/rhinobase/hono-openapi.git" |
36 | | - }, |
37 | | - "bugs": { |
38 | | - "url": "https://github.com/rhinobase/hono-openapi/issues" |
39 | | - }, |
40 | | - "exports": { |
41 | | - "import": { |
42 | | - "types": "./dist/index.d.ts", |
43 | | - "default": "./dist/index.js" |
44 | | - }, |
45 | | - "require": { |
46 | | - "types": "./dist/index.d.cts", |
47 | | - "default": "./dist/index.cjs" |
48 | | - } |
49 | | - }, |
50 | | - "peerDependencies": { |
51 | | - "@hono/standard-validator": "^0.1.2", |
52 | | - "@standard-community/standard-json": "^0.3.5", |
53 | | - "@standard-community/standard-openapi": "^0.2.8", |
54 | | - "@types/json-schema": "^7.0.15", |
55 | | - "hono": "^4.8.3", |
56 | | - "openapi-types": "^12.1.3" |
57 | | - }, |
58 | | - "peerDependenciesMeta": { |
59 | | - "@hono/standard-validator": { |
60 | | - "optional": true |
61 | | - }, |
62 | | - "hono": { |
63 | | - "optional": true |
64 | | - } |
65 | | - }, |
66 | | - "devDependencies": { |
67 | | - "@biomejs/biome": "^2.0.6", |
68 | | - "@standard-schema/spec": "^1.0.0", |
69 | | - "@valibot/to-json-schema": "^1.3.0", |
70 | | - "arktype": "^2.1.22", |
71 | | - "effect": "^3.17.13", |
72 | | - "husky": "^9.1.7", |
73 | | - "is-ci": "^4.1.0", |
74 | | - "nano-staged": "^0.8.0", |
75 | | - "pkg-pr-new": "^0.0.60", |
76 | | - "pkgroll": "^2.13.1", |
77 | | - "typebox": "^1.0.17", |
78 | | - "typescript": "^5.8.3", |
79 | | - "sury": "^10.0.0", |
80 | | - "valibot": "^1.1.0", |
81 | | - "vitest": "^3.2.4", |
82 | | - "zod": "^3.23.8", |
83 | | - "zod-openapi": "^4" |
84 | | - }, |
85 | | - "packageManager": "pnpm@10.0.0" |
86 | | -} |
| 1 | +{ |
| 2 | + "name": "hono-openapi", |
| 3 | + "description": "OpenAPI schema generator for Hono", |
| 4 | + "version": "1.1.1", |
| 5 | + "type": "module", |
| 6 | + "main": "dist/index.cjs", |
| 7 | + "module": "dist/index.js", |
| 8 | + "types": "dist/index.d.ts", |
| 9 | + "files": [ |
| 10 | + "dist" |
| 11 | + ], |
| 12 | + "license": "MIT", |
| 13 | + "scripts": { |
| 14 | + "build": "pkgroll --clean-dist", |
| 15 | + "lint": "biome check .", |
| 16 | + "format": "biome check --write .", |
| 17 | + "prepare": "is-ci || husky", |
| 18 | + "test": "vitest" |
| 19 | + }, |
| 20 | + "keywords": [ |
| 21 | + "hono", |
| 22 | + "openapi", |
| 23 | + "zod", |
| 24 | + "valibot", |
| 25 | + "typebox", |
| 26 | + "arktype", |
| 27 | + "effect" |
| 28 | + ], |
| 29 | + "homepage": "https://github.com/rhinobase/hono-openapi", |
| 30 | + "publishConfig": { |
| 31 | + "access": "public" |
| 32 | + }, |
| 33 | + "repository": { |
| 34 | + "type": "git", |
| 35 | + "url": "git+https://github.com/rhinobase/hono-openapi.git" |
| 36 | + }, |
| 37 | + "bugs": { |
| 38 | + "url": "https://github.com/rhinobase/hono-openapi/issues" |
| 39 | + }, |
| 40 | + "exports": { |
| 41 | + "import": { |
| 42 | + "types": "./dist/index.d.ts", |
| 43 | + "default": "./dist/index.js" |
| 44 | + }, |
| 45 | + "require": { |
| 46 | + "types": "./dist/index.d.cts", |
| 47 | + "default": "./dist/index.cjs" |
| 48 | + } |
| 49 | + }, |
| 50 | + "peerDependencies": { |
| 51 | + "@hono/standard-validator": "^0.1.2", |
| 52 | + "@standard-community/standard-json": "^0.3.5", |
| 53 | + "@standard-community/standard-openapi": "^0.2.8", |
| 54 | + "@types/json-schema": "^7.0.15", |
| 55 | + "hono": "^4.8.3", |
| 56 | + "openapi-types": "^12.1.3" |
| 57 | + }, |
| 58 | + "peerDependenciesMeta": { |
| 59 | + "@hono/standard-validator": { |
| 60 | + "optional": true |
| 61 | + }, |
| 62 | + "hono": { |
| 63 | + "optional": true |
| 64 | + } |
| 65 | + }, |
| 66 | + "devDependencies": { |
| 67 | + "@biomejs/biome": "^2.0.6", |
| 68 | + "@standard-schema/spec": "^1.0.0", |
| 69 | + "@valibot/to-json-schema": "^1.3.0", |
| 70 | + "arktype": "^2.1.22", |
| 71 | + "effect": "^3.17.13", |
| 72 | + "husky": "^9.1.7", |
| 73 | + "is-ci": "^4.1.0", |
| 74 | + "nano-staged": "^0.8.0", |
| 75 | + "pkg-pr-new": "^0.0.60", |
| 76 | + "pkgroll": "^2.13.1", |
| 77 | + "typebox": "^1.0.17", |
| 78 | + "typescript": "^5.8.3", |
| 79 | + "sury": "^10.0.0", |
| 80 | + "valibot": "^1.1.0", |
| 81 | + "vitest": "^3.2.4", |
| 82 | + "zod": "^3.23.8", |
| 83 | + "zod-openapi": "^4" |
| 84 | + }, |
| 85 | + "packageManager": "pnpm@10.0.0" |
| 86 | +} |
0 commit comments