{
  "name": "@0xsplits/splits-sdk-react",
  "version": "4.5.0",
  "description": "React wrapper for the 0xSplits SDK",
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./types": "./dist/types.js"
  },
  "typesVersions": {
    "*": {
      "types": [
        "./dist/types.d.ts"
      ]
    }
  },
  "keywords": [
    "0xSplits",
    "splits",
    "ethereum",
    "react"
  ],
  "author": "0xSplits (https://splits.org)",
  "publishConfig": {
    "access": "public"
  },
  "funding": "https://app.splits.org/accounts/0xF8843981e7846945960f53243cA2Fd42a579f719/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/0xSplits/splits-sdk.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/0xSplits/splits-sdk/issues"
  },
  "homepage": "https://splits.org/protocol/docs/sdk",
  "dependencies": {
    "@0xsplits/splits-sdk": "6.6.0"
  },
  "peerDependencies": {
    "react": "17.x.x || 18.x.x",
    "viem": "^2.0.0"
  },
  "peerDependenciesMeta": {
    "viem": {
      "optional": true
    }
  },
  "devDependencies": {
    "@types/react": "^18.0.24"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rm -rf dist && tsc"
  }
}