Files
redocly-cli/packages/core/package.json
Andrew Tatomyr 6b2b79bd7d chore: update typescript to v5.5.3 (#1640)
* chore: fix the docker smoke test and update typescript to v5.5.3

* revert Dockerfile changes

* run audit fix

* update async3 types
2024-07-25 18:46:46 +08:00

62 lines
1.4 KiB
JSON

{
"name": "@redocly/openapi-core",
"version": "1.18.1",
"description": "",
"main": "lib/index.js",
"engines": {
"node": ">=14.19.0",
"npm": ">=7.0.0"
},
"engineStrict": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Redocly/redocly-cli.git"
},
"browser": {
"fs": false,
"path": "path-browserify",
"os": false,
"node-fetch": false,
"colorette": false,
"https-proxy-agent": false
},
"homepage": "https://github.com/Redocly/redocly-cli",
"keywords": [
"linter",
"OpenAPI",
"Swagger",
"OpenAPI linter",
"Swagger linter",
"AsyncAPI linter",
"oas"
],
"contributors": [
"Roman Hotsiy <roman@redoc.ly> (https://redoc.ly/)"
],
"dependencies": {
"@redocly/ajv": "^8.11.0",
"@redocly/config": "^0.7.0",
"colorette": "^1.2.0",
"https-proxy-agent": "^7.0.4",
"js-levenshtein": "^1.1.6",
"js-yaml": "^4.1.0",
"lodash.isequal": "^4.5.0",
"minimatch": "^5.0.1",
"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.5",
"@types/node": "^20.11.5",
"@types/node-fetch": "^2.5.7",
"@types/pluralize": "^0.0.29",
"json-schema-to-ts": "^3.1.0",
"typescript": "5.5.3"
}
}