{
  "name": "@hybrd/xmtp",
  "version": "2.0.0",
  "type": "module",
  "files": [
    "dist",
    "src"
  ],
  "types": "dist/index.d.ts",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "dependencies": {
    "@xmtp/agent-sdk": "0.0.14",
    "@xmtp/content-type-group-updated": "2.0.2",
    "@xmtp/content-type-reaction": "2.0.2",
    "@xmtp/content-type-reply": "2.0.2",
    "@xmtp/content-type-text": "2.0.2",
    "@xmtp/content-type-transaction-reference": "2.0.2",
    "@xmtp/content-type-wallet-send-calls": "2.0.0",
    "@xmtp/node-sdk": "^4.1.0",
    "dotenv": "^16.4.5",
    "hono": "^4.7.4",
    "jsonwebtoken": "^9.0.2",
    "uint8arrays": "^5.1.0",
    "viem": "^2.22.17",
    "@hybrd/types": "2.0.0",
    "@hybrd/utils": "2.0.0"
  },
  "devDependencies": {
    "@types/jsonwebtoken": "^9.0.7",
    "@types/node": "22.8.6",
    "tsup": "^8.5.0",
    "vitest": "^3.2.4",
    "@config/tsconfig": "0.0.0",
    "@config/biome": "0.0.0"
  },
  "scripts": {
    "build": "tsup",
    "build:watch": "tsup --watch",
    "clean": "rm -rf .turbo dist",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit",
    "lint": "biome lint --unsafe",
    "lint:fix": "biome lint --write --unsafe",
    "format": "biome format --write",
    "register": "tsx scripts/register-wallet.ts",
    "revoke": "tsx scripts/revoke-installations.ts",
    "revoke-all": "tsx scripts/revoke-all-installations.ts"
  }
}