@redocly/cli
Version:
[@Redocly](https://redocly.com) CLI is your all-in-one OpenAPI utility. It builds, manages, improves, and quality-checks your OpenAPI descriptions, all of which comes in handy for various phases of the API Lifecycle. Create your own rulesets to make API g
78 lines (77 loc) • 2.48 kB
JSON
{
"name": "@redocly/cli",
"version": "1.34.1",
"description": "",
"license": "MIT",
"bin": {
"redocly": "bin/cli.js",
"openapi": "bin/cli.js"
},
"engines": {
"node": ">=18.17.0",
"npm": ">=9.5.0"
},
"engineStrict": true,
"scripts": {
"compile": "tsc",
"copy-assets": "cp src/commands/preview-docs/preview-server/default.hbs lib/commands/preview-docs/preview-server/default.hbs && cp src/commands/preview-docs/preview-server/hot.js lib/commands/preview-docs/preview-server/hot.js && cp src/commands/preview-docs/preview-server/oauth2-redirect.html lib/commands/preview-docs/preview-server/oauth2-redirect.html && cp src/commands/build-docs/template.hbs lib/commands/build-docs/template.hbs ",
"prepack": "npm run copy-assets",
"prepublishOnly": "npm run copy-assets && cp ../../README.md ."
},
"repository": {
"type": "git",
"url": "https://github.com/Redocly/redocly-cli.git"
},
"homepage": "https://github.com/Redocly/redocly-cli",
"keywords": [
"linter",
"OpenAPI",
"Swagger",
"OpenAPI linter",
"Swagger linter",
"AsyncAPI linter",
"Arazzo linter",
"oas"
],
"contributors": [
"Roman Hotsiy <roman@redocly.com> (https://redocly.com/)"
],
"dependencies": {
"@redocly/config": "^0.22.0",
"@redocly/openapi-core": "1.34.1",
"@redocly/respect-core": "1.34.1",
"abort-controller": "^3.0.0",
"chokidar": "^3.5.1",
"colorette": "^1.2.0",
"core-js": "^3.32.1",
"dotenv": "^16.4.7",
"form-data": "^4.0.0",
"get-port-please": "^3.0.1",
"glob": "^7.1.6",
"handlebars": "^4.7.6",
"mobx": "^6.0.4",
"@opentelemetry/api": "1.9.0",
"@opentelemetry/exporter-trace-otlp-http": "0.53.0",
"@opentelemetry/resources": "1.26.0",
"@opentelemetry/sdk-trace-node": "1.26.0",
"@opentelemetry/semantic-conventions": "1.27.0",
"pluralize": "^8.0.0",
"react": "^17.0.0 || ^18.2.0 || ^19.0.0",
"react-dom": "^17.0.0 || ^18.2.0 || ^19.0.0",
"redoc": "2.4.0",
"semver": "^7.5.2",
"simple-websocket": "^9.0.0",
"styled-components": "^6.0.7",
"yargs": "17.0.1"
},
"devDependencies": {
"@types/configstore": "^5.0.1",
"@types/glob": "^8.1.0",
"@types/pluralize": "^0.0.29",
"@types/react": "^17.0.0 || ^18.2.21 || ^19.0.0",
"@types/react-dom": "^17.0.0 || ^18.2.7 || ^19.0.0",
"@types/semver": "^7.5.0",
"@types/yargs": "17.0.32",
"typescript": "5.5.3"
}
}