@hubbleprotocol/hubble-sdk
Version:
Hubble Protocol client SDK
47 lines (46 loc) • 1.19 kB
JSON
{
"name": "@hubbleprotocol/hubble-sdk",
"description": "Hubble Protocol client SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"version": "8.0.4",
"scripts": {
"build": "tsc",
"build:watch": "tsc -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hubbleprotocol/hubble-common.git"
},
"keywords": [
"hubble",
"hubbleprotocol",
"common",
"sdk",
"client"
],
"author": "Hubble Protocol",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/hubbleprotocol/hubble-common/issues"
},
"homepage": "https://github.com/hubbleprotocol/hubble-common/blob/master/packages/hubble-sdk",
"devDependencies": {
"@solana/buffer-layout": "^4.0.1",
"tweetnacl-ts": "^1.0.3"
},
"dependencies": {
"@coral-xyz/anchor": "^0.29.0",
"@coral-xyz/borsh": "^0.30.1",
"@hubbleprotocol/hubble-config": "^8.0.0",
"@kamino-finance/scope-sdk": "^8.0.2",
"@solana/web3.js": "1.98.2",
"@streamflow/stream": "6.3.8",
"bn.js": "^5.2.1",
"decimal.js": "^10.3.1"
},
"publishConfig": {
"access": "public"
},
"gitHead": "cb268f8defe189986ee20407be524e5196356ca2"
}