eslint-plugin-json-schema-validator
Version:
ESLint plugin that validates data using JSON Schema Validator.
52 lines • 1.34 kB
JSON
{
"name": "eslint-plugin-json-schema-validator",
"version": "6.2.0",
"type": "module",
"description": "ESLint plugin that validates data using JSON Schema Validator.",
"repository": "git+https://github.com/ota-meshi/eslint-plugin-json-schema-validator.git",
"homepage": "https://ota-meshi.github.io/eslint-plugin-json-schema-validator/",
"author": "Yosuke Ota",
"maintainers": [
"JounQin <admin@1stg.me> (https://www.1stG.me)"
],
"funding": "https://github.com/sponsors/ota-meshi",
"license": "MIT",
"engines": {
"node": "^20.19.0 || ^22.13.0 || >=24"
},
"exports": {
".": "./lib/index.mjs",
"./package.json": "./package.json"
},
"files": [
"lib"
],
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin",
"validator ",
"validation",
"jsonschema",
"json-schema"
],
"peerDependencies": {
"eslint": ">=9.38.0"
},
"dependencies": {
"@eslint-community/eslint-utils": "^4.3.0",
"ajv": "^8.0.0",
"debug": "^4.3.1",
"eslint-json-compat-utils": "^0.2.1",
"json-schema-migrate-x": "^2.1.0",
"jsonc-eslint-parser": "^3.1.0",
"minimatch": "^10.0.0",
"synckit": "^0.11.1",
"toml-eslint-parser": "^1.0.0",
"tunnel-agent": "^0.6.0",
"yaml-eslint-parser": "^2.0.0"
},
"publishConfig": {
"access": "public"
}
}