{
  "name": "@readme/better-ajv-errors",
  "version": "2.3.2",
  "description": "JSON Schema validation for Human",
  "license": "Apache-2.0",
  "author": "Rifat Nabi <to.rifat@gmail.com>",
  "main": "lib/index.js",
  "typings": "typings.d.ts",
  "files": [
    "lib",
    "index.js",
    "typings.d.ts"
  ],
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "json-schema",
    "ajv",
    "ajv-errors"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/readmeio/better-ajv-errors.git"
  },
  "bugs": {
    "url": "https://github.com/readmeio/better-ajv-errors/issues"
  },
  "scripts": {
    "build": "babel src -d lib",
    "lint": "npm run lint:js && npm run prettier",
    "lint:js": "eslint . --ext .js,.ts --ignore-path .gitignore",
    "prebuild": "rm -rf lib",
    "prepack": "npm run build",
    "prerelease": "npm run build",
    "pretest": "npm run lint",
    "prettier": "prettier --check .",
    "prettier:write": "prettier --check --write .",
    "test": "vitest run --coverage"
  },
  "dependencies": {
    "@babel/code-frame": "^7.22.5",
    "@babel/runtime": "^7.22.5",
    "@humanwhocodes/momoa": "^2.0.3",
    "jsonpointer": "^5.0.0",
    "leven": "^3.1.0",
    "picocolors": "^1.1.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.26.4",
    "@babel/core": "^7.26.7",
    "@babel/plugin-transform-runtime": "^7.25.9",
    "@babel/preset-env": "^7.26.7",
    "@readme/eslint-config": "^14.4.2",
    "@readme/openapi-schemas": "^3.1.0",
    "@vitest/coverage-v8": "^3.0.7",
    "ajv": "^8.17.1",
    "babel-plugin-add-module-exports": "^1.0.4",
    "eslint": "^8.44.0",
    "prettier": "^3.4.2",
    "vitest": "^3.0.7"
  },
  "peerDependencies": {
    "ajv": "4.11.8 - 8"
  },
  "prettier": "@readme/eslint-config/prettier"
}
