{
  "name": "@feedmepos/zod-common",
  "version": "1.0.6",
  "repository": {
    "type": "git",
    "url": "https://github.com/feedmepos/core.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "description": "common zod util",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "license": "UNLICENSED",
  "scripts": {
    "build": "rm -rf dist && tsc",
    "deploy": "yarn build && npm publish .",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "files": [
    "dist"
  ],
  "dependencies": {
    "typescript": "^4.9.4",
    "zod": "3.17.9"
  },
  "devDependencies": {
    "@types/node": "^18.15.11"
  }
}