UNPKG

openapi-validator

Version:

Common code for jest-openapi and Chai OpenAPI Response Validator

59 lines (58 loc) 1.64 kB
{ "name": "openapi-validator", "version": "0.14.2", "description": "Common code for jest-openapi and Chai OpenAPI Response Validator", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "clean": "rimraf dist", "format": "prettier --write . --ignore-path ../../.prettierignore", "lint": "tsc --noEmit && eslint .", "lint:fix": "yarn lint --fix", "build": "tsc", "test": "echo", "test:ci": "echo", "prepack": "yarn build" }, "repository": "https://github.com/openapi-library/OpenAPIValidators/tree/master/packages/openapi-validator", "author": "OpenApiChai <openapichai@gmail.com>", "contributors": [ "rwalle61 <richard.lh.waller@gmail.com>", "Jonny Spruce <jspruce94@gmail.com>" ], "license": "MIT", "keywords": [ "jest", "chai", "openapi", "testing", "response", "validate" ], "bugs": { "url": "https://github.com/openapi-library/OpenAPIValidators/issues" }, "homepage": "https://github.com/openapi-library/OpenAPIValidators#openapi-validators", "files": [ "dist" ], "dependencies": { "@types/request": "^2.48.7", "@types/superagent": "^4.1.12", "axios": "^0.21.1", "combos": "^0.2.0", "fs-extra": "^9.0.0", "js-yaml": "^4.0.0", "openapi-response-validator": "^9.2.0", "openapi-schema-validator": "^9.2.0", "path-parser": "^6.1.0", "typeof": "^1.0.0" }, "devDependencies": { "@types/fs-extra": "^9.0.12", "@types/js-yaml": "^4.0.3", "@types/typeof": "^1.0.0", "openapi-types": "^9.2.0" }, "gitHead": "ecaac34d42e59b02c781d229e4a46dc9c1a5f0f2" }