{
  "name": "zod-to-json-schema",
  "version": "3.20.4",
  "description": "Converts Zod schemas to Json Schemas",
  "main": "index.js",
  "scripts": {
    "test": "jest",
    "dev": "jest --watch",
    "build": "npm i && jest && rimraf dist && tsc && node copyPackageFiles.js",
    "dryrun": "npm run build && npm pub ./dist/ --dry-run"
  },
  "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)"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/StefanTerdell/zod-to-json-schema"
  },
  "license": "ISC",
  "peerDependencies": {
    "zod": "^3.20.0"
  },
  "devDependencies": {
    "@types/jest": "^26.0.24",
    "@types/json-schema": "^7.0.9",
    "ajv": "^8.6.3",
    "ajv-formats": "^2.1.1",
    "jest": "^26.6.3",
    "json-schema-deref-sync": "^0.14.0",
    "rimraf": "^3.0.2",
    "ts-jest": "^26.5.2",
    "typescript": "^4.9.4",
    "zod": "^3.20.6"
  },
  "types": "index.d.ts"
}
