{
  "name": "@sjsf/ajv8-validator",
  "version": "3.7.2",
  "description": "The ajv-8 based validator for svelte-jsonschema-form",
  "keywords": [
    "ajv8",
    "jsonschema",
    "validator"
  ],
  "homepage": "https://x0k.github.io/svelte-jsonschema-form/",
  "bugs": "https://github.com/x0k/svelte-jsonschema-form/issues",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/x0k/svelte-jsonschema-form.git",
    "directory": "packages/ajv8-validator"
  },
  "files": [
    "dist",
    "!dist/**/*.test.*",
    "!dist/**/*.spec.*"
  ],
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/index.d.ts",
      "svelte": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./precompile": {
      "types": "./dist/precompile/index.d.ts",
      "svelte": "./dist/precompile/index.js",
      "default": "./dist/precompile/index.js"
    }
  },
  "publishConfig": {
    "provenance": true
  },
  "devDependencies": {
    "ajv": "^8.20.0",
    "esbuild": "^0.28.1",
    "svelte": "^5.56.4",
    "@sjsf/form": "3.7.2",
    "validator-testing": "1.0.30"
  },
  "peerDependencies": {
    "@sjsf/form": "^3.5.0",
    "ajv": "^8.17.0"
  },
  "scripts": {
    "test": "vitest run",
    "build": "tsc && publint",
    "dev": "tsc --watch",
    "lint": "eslint .",
    "format": "oxfmt .",
    "format:check": "oxfmt --check ."
  }
}