{
  "name": "@silverbucket/ajv-formats-draft2019",
  "version": "1.6.5",
  "description": "Plugin for AJV that adds support for some of string formats adding in the draft2019 JSON Schema.",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/silverbucket/ajv-formats-draft2019.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/silverbucket/ajv-formats-draft2019/issues"
  },
  "main": "./dist/index.js",
  "types": "./src/index.d.ts",
  "scripts": {
    "build": "bun test src/ && rm -r dist/; bun run build.js && bun test dist/index.test.js"
  },
  "dependencies": {
    "@silverbucket/iana-schemes": "^1.4.4",
    "uri-js-replace": "^1.0.1",
    "smtp-address-parser": "^1.1.0"
  },
  "peerDependencies": {
    "ajv": "*"
  },
  "devDependencies": {
    "@types/node": "^20.9.0",
    "ajv": "*"
  }
}
