redoc/cli/package.json
2018-05-14 13:24:23 +03:00

29 lines
643 B
JSON

{
"name": "redoc-cli",
"version": "0.3.7",
"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",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"redoc": "^2.0.0-alpha.20",
"yargs": "^11.0.0"
},
"scripts": {
"ci-publish": "ci-publish"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/handlebars": "^4.0.36",
"ci-publish": "^1.3.1"
}
}