mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-11 11:26:37 +03:00
24 lines
510 B
JSON
24 lines
510 B
JSON
{
|
|
"name": "@redoc/cli",
|
|
"version": "0.0.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": {
|
|
"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"
|
|
}
|
|
}
|