@marinade.finance/kamino-sdk
Version:
62 lines (61 loc) • 1.63 kB
JSON
{
"name": "@marinade.finance/kamino-sdk",
"description": "Kamino SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"version": "2.2.21.1",
"scripts": {
"build": "tsc",
"build:watch": "tsc -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marinade-finance/hubble-common.git"
},
"keywords": [
"hubble",
"hubbleprotocol",
"common",
"sdk",
"client",
"kamino"
],
"author": "Hubble Protocol",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/marinade-finance/hubble-common/issues"
},
"homepage": "https://github.com/marinade-finance/hubble-common/blob/master/packages/kamino-sdk",
"devDependencies": {
"@types/bn.js": "^5.1.0",
"@types/chai-as-promised": "^7.1.4",
"bs58": "^5.0.0",
"chai": "^4.3.6",
"tweetnacl-ts": "^1.0.3"
},
"dependencies": {
"@hubbleprotocol/hubble-config": "^2.1.0",
"@hubbleprotocol/hubble-idl": "^2.2.17",
"@hubbleprotocol/scope-sdk": "^2.2.18",
"@jup-ag/api": "^6.0.1",
"@jup-ag/core": "=3.0.0-beta.18",
"@orca-so/sdk": "^1.2.26",
"@orca-so/whirlpool-client-sdk": "^0.0.8",
"@orca-so/whirlpool-sdk": "^0.4.2",
"@project-serum/anchor": "^0.21.0",
"@project-serum/borsh": "^0.2.5",
"@project-serum/serum": "^0.13.65",
"@raydium-io/raydium-sdk": "^1.3.1-beta.5",
"@solana/buffer-layout": "^4.0.1",
"@types/mocha": "^10.0.1",
"axios": "^1.2.6",
"bn.js": "^5.2.1"
},
"peerDependencies": {
"@solana/web3.js": "~1.78.4",
"decimal.js": "^10.3.1"
},
"publishConfig": {
"access": "public"
}
}