{
  "name": "custom-error-messages-example",
  "version": "1.0.0",
  "description": "Example demonstrating custom error messages feature of type-compiler",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "typescript",
    "zod",
    "validation",
    "type-compiler",
    "custom-error-messages"
  ],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "zod": "^3.22.4"
  },
  "devDependencies": {
    "type-compiler": "file:../../",
    "typescript": "^5.3.3"
  }
} 