{
  "name": "@infra-blocks/zod-utils",
  "version": "0.31.0",
  "description": "Extensions to the zod package.",
  "keywords": [
    "zod",
    "json",
    "geojson",
    "parser"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/infra-blocks/ts-zod-utils.git"
  },
  "license": "ISC",
  "author": "",
  "type": "module",
  "exports": {
    ".": {
      "import": "./lib/esm/index.js",
      "require": "./lib/cjs/index.js",
      "default": "./lib/esm/index.js"
    }
  },
  "files": [
    "lib/**/*.{js,cjs,mjs,json,d.ts,map}"
  ],
  "scripts": {
    "prebuild": "npm run clean",
    "build": "tsc -b tsconfig.build.esm.json tsconfig.build.cjs.json",
    "postbuild": "scripts/post-build.sh",
    "clean": "rm -rf lib && rm -f infra-blocks-*.tgz",
    "compile": "tsc",
    "fix": "biome check --write",
    "lint": "biome ci",
    "prepack": "npm run build",
    "test": "npm run test:unit",
    "test:coverage": "c8 npm run test",
    "test:coverage:lcov": "c8 --reporter=lcov npm run test",
    "test:unit": "node --import tsx --test 'test/unit/**/*.spec.ts'"
  },
  "dependencies": {
    "@infra-blocks/types": "^0.26.0",
    "bytes": "^3.1.2",
    "currency-codes": "^2.2.0",
    "iso-3166": "^4.4.0",
    "ms": "^2.1.3",
    "zod": "^4.2.1"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.3.10",
    "@infra-blocks/test": "^0.6.0",
    "@types/bytes": "^3.1.5",
    "@types/ms": "^2.1.0",
    "@types/node": "^24.10.4",
    "c8": "^8.0.0",
    "lefthook": "^2.0.13",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3"
  },
  "engines": {
    "node": ">=22.0.0"
  }
}
