redoc/cli/package.json

33 lines
743 B
JSON
Raw Normal View History

{
"name": "redoc-cli",
2018-07-18 13:37:37 +03:00
"version": "0.6.0",
"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",
2018-05-14 13:03:32 +03:00
"react": "^16.3.2",
"react-dom": "^16.3.2",
2018-07-18 13:37:37 +03:00
"redoc": "^2.0.0-alpha.29",
2018-05-14 13:33:25 +03:00
"tslib": "^1.9.0",
2018-03-20 13:49:25 +03:00
"yargs": "^11.0.0"
},
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": {
2018-03-20 12:29:38 +03:00
"@types/handlebars": "^4.0.36",
"@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
}