{
  "dependencies": {
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "fast-check": "^4.9.0"
  },
  "engines": {
    "node": ">=24"
  },
  "exports": {
    "./records/context": {
      "default": "./src/records/context.js",
      "types": "./src/records/context.d.ts"
    }
  },
  "files": [
    "src",
    "LICENSE"
  ],
  "license": "Apache-2.0",
  "name": "@invariantum/schema",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alexcodeplace/invariantum.git"
  },
  "scripts": {
    "build": "tsc -b tsconfig.build.json",
    "typecheck": "tsc --noEmit -p tsconfig.json"
  },
  "type": "module",
  "version": "0.1.0"
}
