{
  "name": "@deboxsoft/zod-to-json-schema",
  "version": "3.24.6",
  "description": "Converts Zod schemas to Json Schemas",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "keywords": [
    "zod",
    "json",
    "schema",
    "open",
    "api",
    "conversion"
  ],
  "author": "Stefan Terdell",
  "contributors": [
    "Hammad Asif (https://github.com/mrhammadasif)",
    "Noah Rosenzweig (https://github.com/Noah2610)",
    "John Wright (https://github.com/johngeorgewright)",
    "Krzysztof Ciombor (https://github.com/krzysztofciombor)",
    "Yuta Mombetsu (https://github.com/mokocm)",
    "Tom Arad (https://github.com/tomarad)",
    "Isaac Way (https://github.com/iway1)",
    "Andreas Berger (https://github.com/Andy2003)",
    "Jan Potoms (https://github.com/Janpot)",
    "Santiago Cammi (https://github.com/scammi)",
    "Philipp Burckhardt (https://github.com/Planeshifter)",
    "Bram del Canho (https://github.com/Bram-dc)",
    "Gilad Hecht (https://github.com/gthecht)",
    "Colin McDonnell (https://github.com/colinhacks)",
    "Spappz (https://github.com/Spappz)",
    "Jacob Lee (https://github.com/jacoblee93)",
    "Brett Zamir (https://github.com/brettz9)",
    "Isaiah Marc Sanchez (https://github.com/imsanchez)",
    "Mitchell Merry (https://github.com/mitchell-merry)",
    "Enzo Monjardín (https://github.com/enzomonjardin)",
    "Víctor Hernández (https://github.com/NanezX)"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/StefanTerdell/zod-to-json-schema"
  },
  "license": "ISC",
  "peerDependencies": {
    "@deboxsoft/module-core": "^3.0.0"
  },
  "devDependencies": {
    "@deboxsoft/module-core": "^3.1.0",
    "@types/json-schema": "^7.0.9",
    "@types/node": "^20.9.0",
    "ajv": "^8.6.3",
    "ajv-errors": "^3.0.0",
    "ajv-formats": "^2.1.1",
    "fast-diff": "^1.3.0",
    "local-ref-resolver": "^0.2.0",
    "rimraf": "^6.0.1",
    "tsup": "^8.4.0",
    "typescript": "^5.1.3",
    "vite": "^6.2.1",
    "vitest": "^3.0.6"
  },
  "scripts": {
    "build": "tsup",
    "format": "prettier --write ./src",
    "lint": "prettier --check ./src && eslint ./src",
    "test": "vitest",
    "bump": "pnpm run build && bump",
    "publish:dev": "pnpm publish --tag dev --no-git-checks",
    "release": "pnpm bump -a && pnpm publish",
    "release:dev": "pnpm bump prerelease && pnpm publish:dev"
  }
}