{
  "name": "@rainbow-me/kit-core",
  "type": "module",
  "version": "0.0.28",
  "description": "Umbrella package of RainbowKit",
  "exports": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "rollup -c ../../rollup.config.js",
    "build:watch": "rollup -c ../../rollup.config.js -w",
    "prepare": "pnpm build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rainbow-me/rainbowkit.git",
    "directory": "packages/core"
  },
  "keywords": [],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rainbow-me/rainbowkit/issues"
  },
  "homepage": "https://github.com/rainbow-me/rainbowkit#readme",
  "dependencies": {
    "@ethersproject/providers": "^5.4.5",
    "@ethersproject/units": "^5.4.0",
    "@rainbow-me/kit-hooks": "workspace:*",
    "@rainbow-me/kit-modal": "workspace:*",
    "@rainbow-me/kit-ui": "workspace:*",
    "@rainbow-me/kit-utils": "workspace:*",
    "@web3-react/abstract-connector": "^6.0.7"
  },
  "peerDependencies": {
    "@web3-react/core": ">=6.1"
  },
  "devDependencies": {
    "@web3-react/core": "^6.1.9"
  },
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=12.4"
  }
}
