{
  "name": "@farcaster/auth-client",
  "version": "0.7.1",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.js",
      "import": "./dist/index.mjs"
    }
  },
  "files": [
    "dist"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/farcasterxyz/auth-monorepo.git",
    "directory": "packages/auth-client"
  },
  "dependencies": {
    "neverthrow": "^6.1.0",
    "viem": "^2.29.2"
  },
  "scripts": {
    "build": "tsup --config tsup.config.ts",
    "clean": "rimraf ./dist",
    "test": "jest",
    "test:ci": "ENVIRONMENT=test jest --ci --forceExit --coverage",
    "console": "pnpm ts-node ./scripts/console.ts"
  }
}