api2html
Version:
A CLI tool to transform Swagger/OpenAPI/AsyncAPI docs to beautiful HTML pages via Shins/Widdershins
48 lines (47 loc) • 1.14 kB
JSON
{
"name": "api2html",
"version": "0.4.0",
"description": "A CLI tool to transform Swagger/OpenAPI/AsyncAPI docs to beautiful HTML pages via Shins/Widdershins",
"main": "bin/api2html.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"generate-example": "node bin/api2html.js -o docs/petstore/index.html examples/openapi-petstore.yml"
},
"bin": {
"api2html": "bin/api2html.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tobilg/api2html.git"
},
"keywords": [
"swagger",
"openapi",
"openapi3",
"asyncapi",
"slate",
"shins",
"api",
"docs",
"documentation",
"transform"
],
"author": {
"name": "TobiLG",
"email": "tobilg@gmail.com",
"url": "https://github.com/tobilg"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/tobilg/api2html/issues"
},
"homepage": "https://github.com/tobilg/api2html#readme",
"dependencies": {
"chalk": "^4.1.0",
"commander": "^6.2.0",
"js-yaml": "^3.14.1",
"mkdirp": "^1.0.4",
"shins": "^2.6.0",
"widdershins": "^4.0.1"
}
}