{
  "name": "@wagmi/chains",
  "description": "A collection of chains for wagmi",
  "license": "MIT",
  "version": "1.8.0",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "module": "./dist/index.mjs",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "/dist"
  ],
  "sideEffects": false,
  "peerDependencies": {
    "typescript": ">=5.0.4"
  },
  "peerDependenciesMeta": {
    "typescript": {
      "optional": true
    }
  },
  "contributors": [
    "jxom.eth <j@wagmi.sh>",
    "awkweb.eth <t@wagmi.sh>"
  ],
  "homepage": "https://wagmi.sh",
  "ethereum": "wagmi-dev.eth",
  "funding": [
    {
      "type": "gitcoin",
      "url": "https://wagmi.sh/gitcoin"
    },
    {
      "type": "github",
      "url": "https://github.com/sponsors/wagmi-dev"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/wagmi-dev/references.git",
    "directory": "packages/connectors"
  },
  "keywords": [
    "eth",
    "ethereum",
    "dapps",
    "chains",
    "web3"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "DEV=true tsup"
  }
}