mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-11 11:26:37 +03:00
33 lines
743 B
JSON
33 lines
743 B
JSON
{
|
|
"name": "redoc-cli",
|
|
"version": "0.6.2",
|
|
"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.4.2",
|
|
"react-dom": "^16.4.2",
|
|
"redoc": "^2.0.0-alpha.37",
|
|
"tslib": "^1.9.3",
|
|
"yargs": "^12.0.1"
|
|
},
|
|
"scripts": {
|
|
"ci-publish": "ci-publish"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"@types/handlebars": "^4.0.39",
|
|
"@types/mkdirp": "^0.5.2",
|
|
"ci-publish": "^1.3.1"
|
|
}
|
|
}
|