{
  "name": "@towns-labs/web3",
  "version": "7.3.1",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "cb": "bun run clean && bun run build",
    "clean": "rm -rf dist",
    "lint": "eslint --format unix ./src",
    "lint:fix": "bun run lint --fix",
    "test": "vitest run",
    "test:ci": "vitest run --silent=passed-only",
    "test:debug": "DEBUG=test bun run test",
    "test:watch": "vitest --watch",
    "watch": "tsc --watch"
  },
  "dependencies": {
    "@isaacs/ttlcache": "^1.4.1",
    "@towns-labs/contracts": "^7.3.1",
    "@towns-labs/utils": "^7.3.1",
    "debug": "^4.3.4",
    "lru-cache": "^11.0.1",
    "nanoid": "^4.0.0",
    "superjson": "^2.2.2",
    "viem": "2.45.1",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@types/node": "^20.14.8",
    "@typescript-eslint/eslint-plugin": "^8.29.0",
    "@typescript-eslint/parser": "^8.29.0",
    "debug": "^4.3.4",
    "eslint": "^8.57.1",
    "eslint-import-resolver-typescript": "^4.3.2",
    "eslint-plugin-import-x": "^4.10.2",
    "typed-emitter": "^2.1.0",
    "typescript": "~5.8.3",
    "vitest": "^3.2.3"
  },
  "files": [
    "/dist"
  ],
  "publishConfig": {
    "access": "public"
  }
}
