UNPKG

@0xsplits/splits-sdk-react

Version:

React wrapper for the 0xSplits SDK

58 lines (57 loc) 1.27 kB
{ "name": "@0xsplits/splits-sdk-react", "version": "4.0.2", "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" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rm -rf dist && tsc" }, "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://docs.splits.org/sdk", "dependencies": { "@0xsplits/splits-sdk": "workspace:*" }, "peerDependencies": { "react": "17.x.x || 18.x.x", "viem": "^2.0.0" }, "peerDependenciesMeta": { "viem": { "optional": true } }, "devDependencies": { "@types/react": "^18.0.24" } }