{ "name": "redoc-cli", "version": "0.6.4", "description": "ReDoc's Command Line Interface", "main": "index.js", "bin": "index.js", "repository": "https://github.com/Rebilly/ReDoc", "author": "Roman Hotsiy ", "license": "MIT", "dependencies": { "handlebars": "^4.0.11", "isarray": "^2.0.4", "mkdirp": "^0.5.1", "mobx": "^4.2.0", "react": "^16.4.2", "react-dom": "^16.4.2", "redoc": "^2.0.0-alpha.37", "styled-components": "^4.0.2", "tslib": "^1.9.3", "yargs": "^12.0.1" }, "scripts": { "ci-publish": "ci-publish" }, "publishConfig": { "access": "public" }, "devDependencies": { "@types/handlebars": "^4.0.39", "@types/mkdirp": "^0.5.2", "ci-publish": "^1.3.1" } }