57 lines
1.3 KiB
Plaintext
57 lines
1.3 KiB
Plaintext
{
|
|
"name": "@redocly/openapi-core",
|
|
"version": "1.34.7",
|
|
"description": "",
|
|
"main": "lib/index.js",
|
|
"engines": {
|
|
"node": ">=18.17.0",
|
|
"npm": ">=9.5.0"
|
|
},
|
|
"engineStrict": true,
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Redocly/redocly-cli.git"
|
|
},
|
|
"browser": {
|
|
"fs": false,
|
|
"path": "path-browserify",
|
|
"os": false,
|
|
"colorette": false,
|
|
"https-proxy-agent": 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.22.0",
|
|
"colorette": "^1.2.0",
|
|
"https-proxy-agent": "^7.0.5",
|
|
"js-levenshtein": "^1.1.6",
|
|
"js-yaml": "^4.1.0",
|
|
"minimatch": "^5.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": "^3.0.5",
|
|
"@types/pluralize": "^0.0.29",
|
|
"json-schema-to-ts": "^3.1.0",
|
|
"typescript": "5.5.3"
|
|
}
|
|
}
|