mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-11 19:36:44 +03:00
30 lines
654 B
JSON
30 lines
654 B
JSON
{
|
|
"name": "redoc-cli",
|
|
"version": "0.2.1",
|
|
"description": "ReDoc's Command Line Interface",
|
|
"main": "index.js",
|
|
"bin": {
|
|
"redoc": "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.0-alpha.2",
|
|
"react-dom": "^16.3.0-alpha.2",
|
|
"redoc": "^2.0.0-alpha.15"
|
|
},
|
|
"scripts": {
|
|
"ci-publish": "ci-publish"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"@types/handlebars": "^4.0.36",
|
|
"ci-publish": "^1.3.1"
|
|
}
|
|
}
|