2018-03-18 12:15:17 +03:00
|
|
|
{
|
2018-03-18 18:15:12 +03:00
|
|
|
"name": "redoc-cli",
|
2018-07-18 13:37:37 +03:00
|
|
|
"version": "0.6.0",
|
2018-03-18 12:15:17 +03:00
|
|
|
"description": "ReDoc's Command Line Interface",
|
|
|
|
"main": "index.js",
|
2018-03-20 13:39:49 +03:00
|
|
|
"bin": "index.js",
|
2018-03-18 12:15:17 +03:00
|
|
|
"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",
|
2018-05-29 12:46:31 +03:00
|
|
|
"mkdirp": "^0.5.1",
|
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 12:15:17 +03:00
|
|
|
},
|
2018-03-18 15:17:51 +03:00
|
|
|
"scripts": {
|
|
|
|
"ci-publish": "ci-publish"
|
|
|
|
},
|
2018-03-18 12:15:17 +03:00
|
|
|
"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",
|
2018-05-29 12:46:31 +03:00
|
|
|
"@types/mkdirp": "^0.5.2",
|
2018-03-18 15:55:04 +03:00
|
|
|
"ci-publish": "^1.3.1"
|
2018-03-18 12:15:17 +03:00
|
|
|
}
|
2018-05-29 12:46:31 +03:00
|
|
|
}
|