{
  "name": "@macalinao/zod-solana",
  "version": "0.3.1",
  "description": "Zod schemas for Solana types with @solana/kit integration",
  "type": "module",
  "sideEffects": false,
  "author": "Ian Macalinao <me@ianm.com>",
  "homepage": "https://grill.ianm.com",
  "license": "Apache-2.0",
  "keywords": [
    "solana",
    "zod",
    "validation",
    "address",
    "typescript",
    "schema",
    "ian-macalinao"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist/",
    "src/"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/macalinao/grill.git",
    "directory": "packages/zod-solana"
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch",
    "typecheck": "tsc --noEmit",
    "clean": "rm -fr dist/ node_modules/ tsconfig.tsbuildinfo",
    "test": "bun test"
  },
  "peerDependencies": {
    "@solana/kit": "^6",
    "zod": "^4"
  },
  "devDependencies": {
    "@macalinao/tsconfig": "^3.2.5",
    "@solana/kit": "^6.9.0",
    "@types/bun": "^1.3.14",
    "tsdown": "^0.22.3",
    "typescript": "^6.0.3",
    "zod": "^4.3.5"
  }
}
