{
  "_from": "zod-to-json-schema@^3.22.4",
  "_id": "zod-to-json-schema@3.24.1",
  "_inBundle": false,
  "_integrity": "sha512-3h08nf3Vw3Wl3PK+q3ow/lIil81IT2Oa7YpQyUUDsEWbXveMesdfK1xBd2RhCkynwZndAxixji/7SYJJowr62w==",
  "_location": "/zod-to-json-schema",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "zod-to-json-schema@^3.22.4",
    "name": "zod-to-json-schema",
    "escapedName": "zod-to-json-schema",
    "rawSpec": "^3.22.4",
    "saveSpec": null,
    "fetchSpec": "^3.22.4"
  },
  "_requiredBy": [
    "/@langchain/anthropic",
    "/@langchain/cohere",
    "/@langchain/community",
    "/@langchain/core",
    "/@langchain/openai",
    "/langchain",
    "/langchain/@langchain/openai"
  ],
  "_resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.24.1.tgz",
  "_shasum": "f08c6725091aadabffa820ba8d50c7ab527f227a",
  "_spec": "zod-to-json-schema@^3.22.4",
  "_where": "/home/hlxgazog/nodevenv/ai.opunet.com/chat/mic2/10/lib/node_modules/@langchain/anthropic",
  "author": {
    "name": "Stefan Terdell"
  },
  "bugs": {
    "url": "https://github.com/StefanTerdell/zod-to-json-schema/issues"
  },
  "bundleDependencies": false,
  "c8": {
    "exclude": [
      "createIndex.ts",
      "postcjs.ts",
      "postesm.ts",
      "test"
    ]
  },
  "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"
    }
  ],
  "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": "^3.0.2",
    "tsx": "^4.19.0",
    "typescript": "^5.1.3",
    "zod": "^3.24.1"
  },
  "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.24.1"
  },
  "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",
    "build:cjs": "tsc -p tsconfig.cjs.json && tsx postcjs.ts",
    "build:esm": "tsc -p tsconfig.esm.json && tsx postesm.ts",
    "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.24.1"
}
