@svengroup/openapi-to-pdf
Version:
Create PDF API reference documentation from OpenAPI 3.0.x specification files.
72 lines (71 loc) • 1.97 kB
JSON
{
"name": "@svengroup/openapi-to-pdf",
"version": "1.0.2",
"description": "Create PDF API reference documentation from OpenAPI 3.0.x specification files.",
"keywords": [
"openapi",
"pdf",
"markdown",
"swagger",
"api documentation",
"openapi to pdf"
],
"repository": {
"type": "git",
"url": "https://github.com/SVENGroup/openapi-to-pdf.git"
},
"author": {
"name": "The SVEN Group",
"email": "refreshing@svengroup.com",
"url": "https://svengroup.com"
},
"license": "MIT",
"homepage": "https://github.com/SVENGroup/openapi-to-pdf#readme",
"bugs": {
"url": "https://github.com/SVENGroup/openapi-to-pdf/issues"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"openapi-to-pdf": "dist/cli.js"
},
"files": [
"dist",
"docs",
"README.md",
"LICENSE",
"package.json",
"package-lock.json"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc && tsc-alias",
"start": "node dist/cli.js",
"lint": "npx eslint",
"lint:fix": "npx eslint --fix"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@types/marked": "^5.0.2",
"@types/node": "^22.12.0",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"eslint": "^9.19.0",
"globals": "^15.14.0",
"openapi-types": "^12.1.3",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.10",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.22.0"
},
"dependencies": {
"@seriousme/openapi-schema-validator": "^2.3.1",
"change-case": "^5.4.4",
"commander": "^13.1.0",
"indefinite": "^2.5.1",
"md-to-pdf": "^5.2.4"
}
}