UNPKG

@skriptfabrik/elements-cli

Version:

The missing CLI for beautiful, interactive API docs powered by with Stoplight Elements

41 lines (40 loc) 948 B
{ "name": "@skriptfabrik/elements-cli", "version": "0.5.19", "description": "The missing CLI for beautiful, interactive API docs powered by with Stoplight Elements", "keywords": [ "stoplight", "elements", "openapi", "markdown", "express", "livereload", "cli" ], "author": { "name": "Daniel Schröder", "email": "daniel.schroeder@skriptfabrik.com" }, "repository": { "type": "git", "url": "https://github.com/skriptfabrik/elements-cli.git" }, "license": "MIT", "dependencies": { "@stoplight/elements": "9.0.6", "chalk": "^5.2.0", "chokidar": "^4.0.0", "cors-anywhere": "~0.4.4", "express": "^5.1.0", "express-handlebars": "^8.0.1", "handlebars": "^4.7.7", "http-graceful-shutdown": "^3.1.12", "livereload-js": "^4.0.1", "minimist": "^1.2.7", "send": "~1.2.0", "ws": "^8.13.0" }, "bin": { "elements": "./elements-cli.mjs" } }