{
	"name": "@platformatic/openapi-schema-validator",
	"version": "3.0.0",
	"description": "Validate OpenApi specifications against their JSON schema",
	"main": "index.js",
	"type": "module",
	"dependencies": {
		"ajv": "^8.17.1",
		"ajv-draft-04": "^1.0.0",
		"ajv-formats": "^3.0.1",
		"js-yaml": "^4.1.0"
	},
	"scripts": {
		"test": "borp",
		"lint": "eslint",
		"posttest": "c8 check-coverage --lines 100 --functions 100 --branches 100",
		"covtest": "c8 --reporter=lcov npm test",
		"cloneOas": "rm -rf OpenAPI-Specification && git clone --branch 'gh-pages' --single-branch https://github.com/OAI/OpenAPI-Specification.git",
		"checkOasVersions": "node test/check-versions.js",
		"checkOasVersionsSnapshot": "node test/check-versions.js --updateSnapshot",
		"preconvert31": "npm run cloneOas",
		"convert31": "node test/convert-3.1.js ",
		"postconvert31": "npm run checkOasVersionsSnapshot",
		"preversion": "npm test",
		"postversion": "git push && git push --tags",
		"realWorldTest": "node test/realworld/realworld.js",
		"realWorldTestAll": "node test/realworld/realworld.js --all",
		"realWorldTestFailed": "node test/realworld/realworld.js --failedOnly",
		"realWorldTestCI": "node test/realworld/realworld.js --ci"
	},
	"author": "Platformatic Inc. <oss@platformatic.dev> (https://platformatic.dev)",
	"license": "MIT",
	"devDependencies": {
		"borp": "^0.18.0",
		"c8": "^10.1.2",
		"eslint": "^9.14.0",
		"neostandard": "^0.11.8"
	},
	"directories": {
		"test": "test"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/platformatic/openapi-schema-validator.git"
	},
	"keywords": [
		"openapi",
		"json",
		"schema",
		"validation"
	],
	"bugs": {
		"url": "https://github.com/platformatic/openapi-schema-validator/issues"
	},
	"homepage": "https://github.com/platformatic/openapi-schema-validator#readme"
}
