UNPKG

@cheethas/splits-sdk

Version:

Fork of the splits SDK for the 0xSplits protocol, testing experimental features

36 lines (35 loc) 990 B
{ "name": "@cheethas/splits-sdk", "version": "2.0.4-alpha.0", "description": "Fork of the splits SDK for the 0xSplits protocol, testing experimental features", "main": "dist/index.js", "typings": "dist/index.d.ts", "keywords": [ "0xSplits", "splits", "ethereum" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rm -rf dist && tsc && cp -r src/artifacts src/typechain dist/" }, "author": "0xSplits (https://0xsplits.com)", "publishConfig": { "access": "public" }, "funding": "https://app.0xsplits.xyz/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.0xsplits.xyz/sdk", "dependencies": { "ethers": "^5.6.9", "graphql": "^16.5.0", "graphql-request": "^4.3.0" } }