blub-sdk
Version:
A modular SDK for interacting with the BLUB ecosystem on the Sui blockchain.
37 lines (36 loc) • 746 B
JSON
{
"name": "blub-sdk",
"version": "3.2.3",
"description": "A modular SDK for interacting with the BLUB ecosystem on the Sui blockchain.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/blubsui/blub-sdk.git"
},
"keywords": [
"blub",
"sdk",
"sui",
"blockchain",
"staking"
],
"author": "Blub Labs",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@7kprotocol/sdk-ts": "^3.4.0",
"@mysten/sui": "^1.37.1",
"dotenv": "^17.2.1",
"swr": "^2.3.4"
},
"devDependencies": {
"typescript": "^5.3.0"
}
}