UNPKG

@redocly/respect-core

Version:
65 lines (64 loc) 1.56 kB
{ "name": "@redocly/respect-core", "version": "2.25.1", "description": "API testing framework core", "type": "module", "types": "lib/index.d.ts", "sideEffects": false, "exports": { ".": { "import": "./lib/index.js", "types": "./lib/index.d.ts" }, "./runtime-expressions": { "import": "./lib/modules/runtime-expressions/index.js", "types": "./lib/modules/runtime-expressions/index.d.ts" }, "./run": { "import": "./lib/run.js", "types": "./lib/run.d.ts" } }, "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": "5.9.3" }, "dependencies": { "@faker-js/faker": "^7.6.0", "@noble/hashes": "^1.8.0", "@redocly/ajv": "^8.18.0", "@redocly/openapi-core": "2.25.1", "ajv": "npm:@redocly/ajv@8.18.0", "better-ajv-errors": "^1.2.0", "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.3" }, "files": [ "lib" ] }