@b3dotfun/anyspend-sdk
Version:
React Hooks and UI Components for AnySpend by B3
85 lines • 2.08 kB
JSON
{
"name": "@b3dotfun/anyspend-sdk",
"version": "0.3.34",
"description": "React Hooks and UI Components for AnySpend by B3",
"source": "src/index.ts",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"examples",
"src",
"dist",
"README.md"
],
"installConfig": {
"hoistingLimits": "workspaces"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
}
},
"devDependencies": {
"@babel/preset-env": "7.26.9",
"@babel/preset-typescript": "7.27.0",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "16.3.0",
"@types/big.js": "6.2.2",
"@types/invariant": "2.2.37",
"@types/jest": "29.5.14",
"@types/lodash": "4.17.16",
"@types/node": "18.19.64",
"@types/react": "19.1.0",
"@typescript-eslint/eslint-plugin": "8.14.0",
"@typescript-eslint/parser": "8.14.0",
"dotenv": "16.4.5",
"esbuild": "0.25.1",
"esbuild-node-externals": "1.18.0",
"eslint": "8.57.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jsdom": "24.0.0",
"prettier": "3.3.3",
"react-dom": "19.1.0",
"ts-jest": "29.2.5",
"tsup": "8.3.5",
"typescript": "5.8.2"
},
"directories": {
"test": "test"
},
"keywords": [
"anyspend",
"b3",
"b3dotfun",
"anyspend-sdk"
],
"author": "NPC Labs",
"license": "ISC",
"dependencies": {
"@reservoir0x/relay-sdk": "1.6.15",
"big.js": "6.2.2",
"invariant": "2.2.4",
"lodash": "4.17.21"
},
"peerDependencies": {
"@tanstack/react-query": "5.55.0",
"react": "19.1.0",
"viem": "2.27.2",
"zod": "3.24.2"
},
"type": "module",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsup --config tsup.config.ts",
"lint": "eslint src/**/*.ts",
"test": "NODE_ENV=development jest --watch",
"test:run": "NODE_ENV=development jest",
"test:coverage": "NODE_ENV=development jest --coverage"
}
}