UNPKG

openapi-generate-html

Version:

Generate standalone HTML from OpenAPI Specification

44 lines (43 loc) 1.06 kB
{ "name": "openapi-generate-html", "version": "0.4.2", "description": "Generate standalone HTML from OpenAPI Specification", "type": "module", "bin": { "openapi-generate-html": "./src/index.js" }, "repository": { "type": "git", "url": "https://github.com/qazsato/openapi-generate-html.git" }, "scripts": { "lint": "eslint", "lint:fix": "eslint --fix", "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js" }, "keywords": [ "OpenAPI", "Stoplight", "Swagger", "Redoc" ], "author": "qazsato <qazsato@gmail.com>", "license": "MIT", "dependencies": { "@apidevtools/json-schema-ref-parser": "^11.7.2", "commander": "^12.1.0", "ejs": "^3.1.10", "inquirer": "^12.0.0", "js-yaml": "^4.1.0" }, "devDependencies": { "@eslint/js": "^9.13.0", "@types/jest": "^29.5.14", "eslint": "^9.13.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", "globals": "^15.11.0", "jest": "^29.7.0", "prettier": "^3.3.3" } }