{
  "name": "@segment/ajv-human-errors",
  "version": "2.7.0",
  "description": "Human-readable error messages for Ajv (Another JSON Schema Validator).",
  "repository": {
    "type": "git",
    "url": "https://github.com/segmentio/action-destinations",
    "directory": "packages/ajv-human-errors"
  },
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/cjs/index.d.ts",
  "scripts": {
    "prepack": "yarn build",
    "prebuild": "yarn clean",
    "build": "yarn build:cjs && yarn build:esm",
    "build:cjs": "tsc -p tsconfig.build.json -m commonjs --outDir dist/cjs",
    "build:esm": "tsc -p tsconfig.build.json -m es2015 --outDir dist/esm",
    "clean": "tsc --build tsconfig.build.json --clean",
    "postclean": "rm -rf dist",
    "prepublishOnly": "yarn build",
    "test": "jest",
    "typecheck": "tsc -p tsconfig.build.json --noEmit"
  },
  "license": "MIT",
  "devDependencies": {
    "ajv": "^8.6.3",
    "ajv-formats": "^2.1.1",
    "jest": "^27.3.1"
  },
  "peerDependencies": {
    "ajv": "^8.0.0"
  },
  "gitHead": "73a5566c808e8bda19d79e4569fa8dbc051f8a8d"
}
