redoc/cli/package.json
2018-07-24 22:35:46 +03:00

33 lines
743 B
JSON

{
"name": "redoc-cli",
"version": "0.6.1",
"description": "ReDoc's Command Line Interface",
"main": "index.js",
"bin": "index.js",
"repository": "https://github.com/Rebilly/ReDoc",
"author": "Roman Hotsiy <gotsijroman@gmail.com>",
"license": "MIT",
"dependencies": {
"handlebars": "^4.0.11",
"isarray": "^2.0.4",
"mkdirp": "^0.5.1",
"mobx": "^4.2.0",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"redoc": "^2.0.0-alpha.29",
"tslib": "^1.9.0",
"yargs": "^11.0.0"
},
"scripts": {
"ci-publish": "ci-publish"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/handlebars": "^4.0.36",
"@types/mkdirp": "^0.5.2",
"ci-publish": "^1.3.1"
}
}