{
  "name": "@keccak256-evg/passport-sdk",
  "version": "1.2.0",
  "description": "T-REX Passport SDK for interacting with Passport and Registry contracts",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c --watch"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    }
  },
  "devDependencies": {
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^11.1.6",
    "@types/react": "19.1.8",
    "@types/node": "^24.10.7",
    "rollup": "^4.18.0",
    "thirdweb": "^5",
    "tslib": "^2.7.0",
    "typescript": "^5.0.0",
    "viem": "^2"
  },
  "peerDependencies": {
    "thirdweb": "^5",
    "viem": "^2",
    "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "keywords": [
    "trex",
    "passport",
    "blockchain",
    "ethereum",
    "sdk"
  ],
  "author": "T-REX Team",
  "license": "MIT"
}
