UNPKG

@redocly/openapi-core

Version:

See https://github.com/Redocly/redocly-cli

79 lines (78 loc) 1.85 kB
{ "name": "@redocly/openapi-core", "version": "2.0.2", "description": "", "type": "module", "types": "lib/index.d.ts", "exports": { ".": { "import": "./lib/index.js", "require": "./lib/index.js", "types": "./lib/index.d.ts" }, "./lib/config/config": { "import": "./lib/config/index.js", "require": "./lib/config/index.js", "types": "./lib/config/index.d.ts" }, "./lib/bundle": { "import": "./lib/bundle.js", "require": "./lib/bundle.js", "types": "./lib/bundle.d.ts" } }, "engines": { "node": ">=22.12.0 || >=20.19.0 <21.0.0", "npm": ">=10" }, "engineStrict": true, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Redocly/redocly-cli.git" }, "browser": { "fs": false, "path": "path-browserify", "os": false, "node:fs": false, "node:path": "path-browserify", "node:os": false, "node:url": false, "node:module": false, "colorette": false }, "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/ajv": "^8.11.2", "@redocly/config": "^0.26.4", "ajv-formats": "^2.1.1", "colorette": "^1.2.0", "js-levenshtein": "^1.1.6", "js-yaml": "^4.1.0", "minimatch": "^10.0.1", "pluralize": "^8.0.0", "yaml-ast-parser": "0.0.43" }, "devDependencies": { "@types/js-levenshtein": "^1.1.0", "@types/js-yaml": "^4.0.3", "@types/minimatch": "^5.1.2", "@types/pluralize": "^0.0.29", "json-schema-to-ts": "^3.1.0", "typescript": "5.5.3" } }