UNPKG

@redocly/openapi-core

Version:

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

54 lines (53 loc) 1.29 kB
{ "name": "@redocly/openapi-core", "version": "1.0.0-beta.91", "description": "", "main": "lib/index.js", "engines": { "node": ">=12.0.0" }, "engineStrict": true, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Redocly/openapi-cli.git" }, "browser": { "fs": false }, "homepage": "https://github.com/Redocly/openapi-cli", "keywords": [ "linter", "OpenAPI", "Swagger", "OpenAPI linter", "Swagger linter", "oas" ], "contributors": [ "Sergey Dubovyk <serhii@redoc.ly> (https://redoc.ly/)", "Roman Hotsiy <roman@redoc.ly> (https://redoc.ly/)", "Andriy Leliv <andriy@redoc.ly> (https://redoc.ly/)" ], "dependencies": { "@redocly/ajv": "^8.6.4", "@types/node": "^14.11.8", "colorette": "^1.2.0", "js-levenshtein": "^1.1.6", "js-yaml": "^4.1.0", "lodash.isequal": "^4.5.0", "minimatch": "^3.0.4", "node-fetch": "^2.6.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/lodash.isequal": "^4.5.5", "@types/minimatch": "^3.0.3", "@types/node-fetch": "^2.5.7", "@types/pluralize": "^0.0.29", "typescript": "^4.0.5" } }