@0xsplits/splits-sdk
Version:
SDK for the 0xSplits protocol
82 lines • 2.02 kB
JSON
{
"name": "@0xsplits/splits-sdk",
"version": "5.1.0",
"description": "SDK for the 0xSplits protocol",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts",
"exports": {
".": "./dist/src/index.js",
"./constants": "./dist/src/constants/index.js",
"./constants/abi": "./dist/src/constants/abi/index.js",
"./errors": "./dist/src/errors.js",
"./types": "./dist/src/types.js",
"./utils": "./dist/src/utils/index.js",
"./utils/validation": "./dist/src/utils/validation.js"
},
"typesVersions": {
"*": {
"constants": [
"./dist/src/constants/index.d.ts"
],
"constants/abi": [
"./dist/src/constants/abi/index.d.ts"
],
"errors": [
"./dist/src/errors.d.ts"
],
"types": [
"./dist/src/types.d.ts"
],
"utils": [
"./dist/src/utils/index.d.ts"
],
"utils/validation": [
"./dist/src/utils/validation.d.ts"
]
}
},
"keywords": [
"0xSplits",
"splits",
"ethereum"
],
"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",
"peerDependencies": {
"viem": "^2.0.0"
},
"peerDependenciesMeta": {
"viem": {
"optional": true
}
},
"dependencies": {
"@urql/core": "^4.3.0",
"base-64": "^1.0.0",
"graphql": "^16.8.1",
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/base-64": "^1.0.1",
"@types/lodash": "^4.14.200",
"@viem/anvil": "^0.0.9",
"vitest": "^1.3.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf dist && tsc",
"vitest": "vitest fork"
}
}