@spikers/next-openapi-json-generator
Version:
a Next.js plugin to generate OpenAPI documentation from route handlers
63 lines (62 loc) • 1.49 kB
JSON
{
"name": "@spikers/next-openapi-json-generator",
"version": "1.1.3",
"description": "a Next.js plugin to generate OpenAPI documentation from route handlers",
"keywords": [
"next.js",
"swagger",
"openapi",
"swagger.json",
"openapi.json",
"generator"
],
"repository": {
"type": "git",
"url": "git+https://github.com/sqikerz/next-openapi-json-generator.git"
},
"bugs": {
"url": "https://github.com/sqikerz/next-openapi-json-generator/issues"
},
"homepage": "https://github.com/sqikerz/next-openapi-json-generator#readme",
"private": false,
"publishConfig": {
"access": "public"
},
"license": "MIT",
"type": "module",
"files": [
"dist/"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"scripts": {
"test": "jest",
"dev": "tsup --watch",
"build": "tsup"
},
"dependencies": {
"minimatch": "^10.0.1",
"typescript": "^5.7.2",
"zod-to-json-schema": "^3.24.1"
},
"devDependencies": {
"@omer-x/eslint-config": "^2.1.2",
"@types/node": "^22.10.2",
"conventional-changelog-conventionalcommits": "^9.0.0",
"eslint": "^9.16.0",
"semantic-release": "^24.2.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tsup": "^8.3.5",
"zod": "^3.24.1"
},
"peerDependencies": {
"@omer-x/next-openapi-route-handler": "^1",
"@omer-x/openapi-types": "^1"
}
}