{
  "name": "@tetsuo-ai/protocol",
  "version": "0.4.0",
  "description": "Public protocol artifacts and trust-surface constants for AgenC",
  "packageManager": "npm@11.18.0",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    },
    "./idl/agenc_coordination.json": "./src/generated/agenc_coordination.json",
    "./daemon-json-rpc.schema.json": "./src/generated/daemon-json-rpc.schema.json",
    "./manifest.json": "./src/generated/manifest.json",
    "./verifier-router.json": "./src/generated/verifier_router.json",
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "src/generated",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "sync:artifacts": "node ../../scripts/sync-package-protocol-assets.mjs",
    "sync:artifacts:check": "node ../../scripts/sync-package-protocol-assets.mjs --check",
    "build": "npm run sync:artifacts && tsup",
    "typecheck": "npm run sync:artifacts:check && tsc --noEmit",
    "pack:smoke": "npm run build && node scripts/pack-smoke.mjs",
    "prepack": "npm run build",
    "prepublishOnly": "npm run typecheck"
  },
  "keywords": [
    "solana",
    "anchor",
    "idl",
    "protocol",
    "zk",
    "agents",
    "coordination"
  ],
  "author": "Tetsuo AI",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tetsuo-ai/agenc-protocol.git",
    "directory": "packages/protocol"
  },
  "homepage": "https://github.com/tetsuo-ai/agenc-protocol#readme",
  "bugs": {
    "url": "https://github.com/tetsuo-ai/agenc-protocol/issues"
  },
  "engines": {
    "node": ">=22.23.1"
  }
}
