redoc/cli/package.json

34 lines
778 B
JSON
Raw Normal View History

{
"name": "redoc-cli",
2018-09-28 17:10:51 +03:00
"version": "0.6.4",
"description": "ReDoc's Command Line Interface",
"main": "index.js",
2018-03-20 13:39:49 +03:00
"bin": "index.js",
"repository": "https://github.com/Rebilly/ReDoc",
"author": "Roman Hotsiy <gotsijroman@gmail.com>",
"license": "MIT",
"dependencies": {
2018-03-20 12:00:45 +03:00
"handlebars": "^4.0.11",
2018-03-18 18:28:45 +03:00
"isarray": "^2.0.4",
"mkdirp": "^0.5.1",
2018-07-24 22:35:24 +03:00
"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"
},
2018-03-18 15:17:51 +03:00
"scripts": {
"ci-publish": "ci-publish"
},
"publishConfig": {
"access": "public"
2018-03-18 15:55:04 +03:00
},
"devDependencies": {
"@types/handlebars": "^4.0.39",
"@types/mkdirp": "^0.5.2",
2018-03-18 15:55:04 +03:00
"ci-publish": "^1.3.1"
}
2018-07-24 22:35:24 +03:00
}