{
  "name": "@agentic-trust/8004-sdk",
  "version": "1.0.46",
  "description": "ERC-8004 Trustless Agents SDK - A TypeScript SDK for interacting with ERC-8004 compliant implementations",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "abis",
    "README.md"
  ],
  "keywords": [
    "erc8004",
    "ethereum",
    "identity",
    "reputation",
    "trustless-agents",
    "blockchain",
    "typescript",
    "sdk"
  ],
  "author": "ERC-8004 Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/erc8004/erc-8004-identity-indexer.git",
    "directory": "packages/erc8004-sdk"
  },
  "dependencies": {
    "viem": "^2.0.0",
    "ethers": "^6.0.0"
  },
  "devDependencies": {
    "typescript": "^5.0.0",
    "@types/node": "^20.0.0"
  },
  "peerDependencies": {
    "viem": ">=2.0.0",
    "ethers": ">=6.0.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc -b",
    "dev": "tsc -b --watch",
    "clean": "rm -rf dist tsconfig.tsbuildinfo",
    "type-check": "tsc --noEmit"
  }
}