@sidvind/better-ajv-errors
Version:
JSON Schema validation for Human
50 lines (49 loc) • 1.11 kB
JSON
{
"name": "@sidvind/better-ajv-errors",
"version": "4.0.1",
"description": "JSON Schema validation for Human",
"keywords": [
"json-schema",
"ajv",
"ajv-errors"
],
"homepage": "https://github.com/ext/better-ajv-errors",
"bugs": "https://github.com/ext/better-ajv-errors/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/ext/better-ajv-errors.git"
},
"license": "Apache-2.0",
"author": "Rifat Nabi <to.rifat@gmail.com>",
"maintainers": [
"Rifat Nabi <to.rifat@gmail.com>",
"Dmitrii Sorin <info@staypositive.ru>",
"Tong Li"
],
"sideEffects": false,
"exports": {
".": {
"types": "./typings.d.ts",
"require": "./lib/cjs/index.js",
"import": "./lib/esm/index.mjs"
}
},
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.mjs",
"types": "./typings.d.ts",
"files": [
"lib",
"typings.d.ts",
"!**/__tests__",
"!lib/test-helpers.js"
],
"dependencies": {
"kleur": "^4.1.0"
},
"peerDependencies": {
"ajv": "^7.0.0 || ^8.0.0"
},
"engines": {
"node": ">= 18"
}
}