{
  "name": "@edgeandnode/graph-auth-kit",
  "private": false,
  "version": "7.8.1",
  "description": "Wallet authentication connect kit in The Graph suite of applications",
  "author": "Edge & Node",
  "license": "UNLICENSED",
  "repository": {
    "type": "git",
    "url": "https://github.com/edgeandnode/components.git",
    "directory": "packages/graph-auth-kit"
  },
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./safe": {
      "types": "./dist/safe/index.d.ts",
      "default": "./dist/safe/index.js"
    },
    "./test-harness": {
      "types": "./dist/test-harness/index.d.ts",
      "default": "./dist/test-harness/index.js"
    },
    "./ens": {
      "types": "./dist/ens/index.d.ts",
      "default": "./dist/ens/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "dependencies": {
    "@ensdomains/ensjs": "^4.0.2",
    "@ethersproject/abstract-signer": "^5.8.0",
    "@safe-global/api-kit": "^4.0.0",
    "@safe-global/protocol-kit": "^6.1.1",
    "@safe-global/types-kit": "^3.0.0",
    "@wagmi/core": "^2.21.1",
    "tailwindcss": "^3.4.17",
    "zod": "^4.1.11"
  },
  "peerDependencies": {
    "@emotion/react": "^11",
    "@tanstack/react-query": "^5.90",
    "ethers": "^5.7.2",
    "react": "^18",
    "react-dom": "^18",
    "theme-ui": ">=0.16",
    "viem": "^2.37",
    "wagmi": "^2.17",
    "@edgeandnode/common": "^7.0.4",
    "@edgeandnode/ens": "^2.3.1",
    "@edgeandnode/gds": "^6.9.0",
    "@edgeandnode/go": "^10.5.1"
  },
  "devDependencies": {
    "@emotion/react": "^11.14",
    "@ethersproject/abstract-provider": "^5.8.0",
    "@ethersproject/properties": "^5.8.0",
    "@tanstack/react-query": "^5.90.2",
    "@types/react": "^18.3.20",
    "@types/react-dom": "^18.3.6",
    "dotenv": "^17.2.2",
    "ethers": "^5.8.0",
    "postcss": "^8.5.6",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "ts-node": "^10.9.2",
    "viem": "^2.37.8",
    "wagmi": "^2.17.2",
    "@edgeandnode/common": "^7.0.4",
    "@edgeandnode/go": "^10.5.1",
    "@edgeandnode/gds": "^6.9.0",
    "@edgeandnode/ens": "^2.3.1",
    "@edgeandnode/jsx": "^1.1.0",
    "@edgeandnode/test-utils": "^2.1.0"
  },
  "scripts": {
    "build": "vite build",
    "check": "pnpm typecheck && pnpm lint && pnpm prettier:check",
    "check:fix": "pnpm lint:fix; pnpm prettier",
    "lint": "eslint . --max-warnings 0",
    "lint:fix": "eslint . --fix",
    "prettier": "prettier . --write --list-different --ignore-path ../../.prettierignore",
    "prettier:check": "prettier . --check --ignore-path ../../.prettierignore",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:coverage": "vitest run --coverage && jest-coverage-badges",
    "test:watch": "vitest",
    "npm:publish": "pnpm publish && git push"
  }
}