@redocly/respect-core
Version:
API testing framework core
68 lines (67 loc) • 1.63 kB
JSON
{
"name": "@redocly/respect-core",
"version": "1.34.1",
"description": "API testing framework core",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
".": {
"require": "./lib/index.js",
"types": "./lib/index.d.ts"
}
},
"engines": {
"node": ">=18.17.0",
"npm": ">=9.5.0"
},
"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/concat-stream": "^2.0.3",
"@types/cookie": "0.6.0",
"@types/har-format": "^1.2.16",
"@types/js-yaml": "4.0.9",
"@types/json-pointer": "1.0.34",
"@types/set-cookie-parser": "2.4.10",
"json-schema-to-ts": "^3.0.1",
"typescript": "5.6.2"
},
"dependencies": {
"@faker-js/faker": "^7.6.0",
"@redocly/ajv": "8.11.2",
"@redocly/openapi-core": "1.34.1",
"better-ajv-errors": "^1.2.0",
"colorette": "^2.0.20",
"concat-stream": "^2.0.0",
"cookie": "^0.7.2",
"dotenv": "16.4.5",
"form-data": "4.0.0",
"jest-diff": "^29.3.1",
"jest-matcher-utils": "^29.3.1",
"js-yaml": "4.1.0",
"json-pointer": "^0.6.2",
"jsonpath-plus": "^10.0.6",
"open": "^10.1.0",
"openapi-sampler": "^1.6.1",
"outdent": "^0.8.0",
"set-cookie-parser": "^2.3.5",
"undici": "^6.21.1"
},
"files": [
"lib"
]
}