UNPKG

@redocly/respect-core

Version:
56 lines (55 loc) 1.28 kB
{ "name": "@redocly/respect-core", "version": "2.0.2", "description": "API testing framework core", "type": "module", "types": "lib/index.d.ts", "exports": { ".": { "import": "./lib/index.js", "types": "./lib/index.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.6.2" }, "dependencies": { "@faker-js/faker": "^7.6.0", "@noble/hashes": "^1.8.0", "@redocly/ajv": "8.11.2", "@redocly/openapi-core": "2.0.2", "better-ajv-errors": "^1.2.0", "colorette": "^2.0.20", "jest-diff": "^29.3.1", "jest-matcher-utils": "^29.3.1", "json-pointer": "^0.6.2", "jsonpath-plus": "^10.0.6", "openapi-sampler": "^1.6.1", "outdent": "^0.8.0" }, "files": [ "lib" ] }