{
  "name": "@servemate/dto",
  "version": "1.4.10",
  "description": "Type-safe DTO package for ServeMate types and Zod validation. Shared across server and client.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "jest": "^30.4.2",
    "ts-jest": "^29.4.9",
    "typescript": "^6.0.3",
    "zod": "^4.4.3"
  },
  "peerDependencies": {
    "zod": "^4.4.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/inmorpher/ServeMate-DTO.git"
  },
  "bugs": {
    "url": "https://github.com/inmorpher/ServeMate-DTO/issues"
  },
  "homepage": "https://github.com/inmorpher/ServeMate-DTO#readme",
  "keywords": [
    "dto",
    "servemate",
    "typescript",
    "restaurant",
    "management",
    "zod",
    "validation",
    "type-safe"
  ],
  "author": "ServeMate Team",
  "license": "ISC",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf dist",
    "prebuild": "npm run clean",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "pack": "npm pack"
  }
}