persona-community-5/.pnpm-store/v3/files/67/16ea7139fd90c623bfc757223de3eaab0f81a05ea78c42797decbaad50d419a26dec21dab6be8a9e8f3df058dc370ec607dca7e20b266632d33a42ca2af20f
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

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"
}
}