{
  "name": "@redocly/respect-core",
  "version": "2.35.1",
  "description": "API testing framework core",
  "type": "module",
  "types": "lib/index.d.ts",
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "import": "./lib/index.js"
    },
    "./runtime-expressions": {
      "types": "./lib/modules/runtime-expressions/index.d.ts",
      "import": "./lib/modules/runtime-expressions/index.js"
    },
    "./run": {
      "types": "./lib/run.d.ts",
      "import": "./lib/run.js"
    }
  },
  "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"
  },
  "homepage": "https://github.com/Redocly/redocly-cli",
  "keywords": [
    "API Testing",
    "Arazzo",
    "OpenAPI",
    "contract testing"
  ],
  "contributors": [
    "Roman Hotsiy <roman@redocly.com> (https://redocly.com/)"
  ],
  "devDependencies": {
    "@types/json-pointer": "1.0.34",
    "json-schema-to-ts": "^3.0.1",
    "typescript": "6.0.2"
  },
  "dependencies": {
    "@faker-js/faker": "^7.6.0",
    "@noble/hashes": "^1.8.0",
    "@redocly/ajv": "^8.18.1",
    "@redocly/openapi-core": "2.35.1",
    "ajv": "npm:@redocly/ajv@8.18.1",
    "better-ajv-errors": "^2.0.3",
    "colorette": "^2.0.20",
    "json-pointer": "^0.6.2",
    "jsonpath-rfc9535": "1.3.0",
    "openapi-sampler": "^1.7.1",
    "outdent": "^0.8.0",
    "picomatch": "^4.0.4"
  },
  "files": [
    "lib"
  ]
}
