{
  "_from": "zod-to-json-schema@^3.24.6",
  "_id": "zod-to-json-schema@3.25.2",
  "_inBundle": false,
  "_integrity": "sha512-O/PgfnpT1xKSDeQYSCfRI5Gy3hPf91mKVDuYLUHZJMiDFptvP41MSnWofm8dnCm0256ZNfZIM7DSzuSMAFnjHA==",
  "_location": "/zod-to-json-schema",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "zod-to-json-schema@^3.24.6",
    "name": "zod-to-json-schema",
    "escapedName": "zod-to-json-schema",
    "rawSpec": "^3.24.6",
    "saveSpec": null,
    "fetchSpec": "^3.24.6"
  },
  "_requiredBy": [
    "/@modelcontextprotocol/sdk",
    "/shadcn"
  ],
  "_resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.25.2.tgz",
  "_shasum": "3fa799a7badd554541472fb65843fdc460b2e5aa",
  "_spec": "zod-to-json-schema@^3.24.6",
  "_where": "/home/alhudabangalore/portal.alhudabangalore.org/node_modules/shadcn",
  "author": {
    "name": "Stefan Terdell"
  },
  "bugs": {
    "url": "https://github.com/StefanTerdell/zod-to-json-schema/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Hammad Asif",
      "url": "https://github.com/mrhammadasif"
    },
    {
      "name": "Noah Rosenzweig",
      "url": "https://github.com/Noah2610"
    },
    {
      "name": "John Wright",
      "url": "https://github.com/johngeorgewright"
    },
    {
      "name": "Krzysztof Ciombor",
      "url": "https://github.com/krzysztofciombor"
    },
    {
      "name": "Yuta Mombetsu",
      "url": "https://github.com/mokocm"
    },
    {
      "name": "Tom Arad",
      "url": "https://github.com/tomarad"
    },
    {
      "name": "Isaac Way",
      "url": "https://github.com/iway1"
    },
    {
      "name": "Andreas Berger",
      "url": "https://github.com/Andy2003"
    },
    {
      "name": "Jan Potoms",
      "url": "https://github.com/Janpot"
    },
    {
      "name": "Santiago Cammi",
      "url": "https://github.com/scammi"
    },
    {
      "name": "Philipp Burckhardt",
      "url": "https://github.com/Planeshifter"
    },
    {
      "name": "Bram del Canho",
      "url": "https://github.com/Bram-dc"
    },
    {
      "name": "Gilad Hecht",
      "url": "https://github.com/gthecht"
    },
    {
      "name": "Colin McDonnell",
      "url": "https://github.com/colinhacks"
    },
    {
      "name": "Spappz",
      "url": "https://github.com/Spappz"
    },
    {
      "name": "Jacob Lee",
      "url": "https://github.com/jacoblee93"
    },
    {
      "name": "Brett Zamir",
      "url": "https://github.com/brettz9"
    },
    {
      "name": "Isaiah Marc Sanchez",
      "url": "https://github.com/imsanchez"
    },
    {
      "name": "Mitchell Merry",
      "url": "https://github.com/mitchell-merry"
    },
    {
      "name": "Enzo Monjardín",
      "url": "https://github.com/enzomonjardin"
    },
    {
      "name": "Víctor Hernández",
      "url": "https://github.com/NanezX"
    },
    {
      "name": "Faïz Hernawan Abdillah",
      "url": "https://github.com/Abdillah"
    },
    {
      "name": "Felix Mosheev",
      "url": "https://github.com/felixmosh"
    }
  ],
  "deprecated": false,
  "description": "Converts Zod schemas to Json Schemas",
  "devDependencies": {
    "@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.1.3",
    "tsx": "^4.19.0",
    "typescript": "^5.1.3",
    "zod": "^3.25.28 || ^4"
  },
  "exports": {
    "import": {
      "types": "./dist/types/index.d.ts",
      "default": "./dist/esm/index.js"
    },
    "require": {
      "types": "./dist/types/index.d.ts",
      "default": "./dist/cjs/index.js"
    }
  },
  "homepage": "https://github.com/StefanTerdell/zod-to-json-schema#readme",
  "keywords": [
    "zod",
    "json",
    "schema",
    "open",
    "api",
    "conversion"
  ],
  "license": "ISC",
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "name": "zod-to-json-schema",
  "peerDependencies": {
    "zod": "^3.25.28 || ^4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/StefanTerdell/zod-to-json-schema.git"
  },
  "scripts": {
    "build": "npm i && npm run gen && npm test && rimraf ./dist && npm run build:types && npm run build:cjs && npm run build:esm && npm run build:test",
    "build:cjs": "tsc -p tsconfig.cjs.json && tsx postcjs.ts",
    "build:esm": "tsc -p tsconfig.esm.json && tsx postesm.ts",
    "build:test": "npm --prefix ./dist-test-v3 test && npm --prefix ./dist-test-v4 test",
    "build:types": "tsc -p tsconfig.types.json",
    "dry": "npm run build && npm pub --dry-run",
    "gen": "tsx createIndex.ts",
    "test": "tsx test/index.ts",
    "test:gen": "tsx test/createIndex.ts",
    "test:watch": "tsx watch test/index.ts"
  },
  "types": "./dist/types/index.d.ts",
  "version": "3.25.2"
}
