{
  "name": "@globalart/zod-to-proto",
  "version": "4.0.4",
  "author": {
    "name": "GlobalArt, Inc"
  },
  "type": "module",
  "license": "MIT",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "main": "dist/index.mjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.mts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GlobalArtInc/ecosystem.git#main"
  },
  "keywords": [
    "zod",
    "protobuf",
    "grpc",
    "protobuf-schema",
    "protobuf-generator"
  ],
  "scripts": {
    "format": "prettier --write \"**/*.ts\"",
    "test": "jest --runInBand --passWithNoTests",
    "test:cov": "jest --coverage --passWithNoTests",
    "coveralls": "yarn run test:cov --coverageReporters=text-lcov | coveralls",
    "build": "tsdown",
    "build:watch": "tsdown --watch",
    "prepublishOnly": "npm run build"
  },
  "description": "Convert Zod schemas to Protobuf definitions",
  "devDependencies": {
    "@types/express": "5.0.6",
    "@types/node": "25.9.2",
    "@types/passport": "^1.0.17",
    "prettier": "3.8.3",
    "ts-node": "^10.9.2",
    "tsdown": "0.22.2",
    "typescript": "^6.0.3"
  },
  "dependencies": {
    "inflection": "3.0.2",
    "zod": "4.4.3"
  },
  "publishConfig": {
    "access": "public"
  }
}
