UNPKG

@hubbleprotocol/farms-sdk

Version:
69 lines (68 loc) 1.73 kB
{ "name": "@hubbleprotocol/farms-sdk", "description": "Farms SDK", "main": "dist/index.js", "types": "dist/index.d.ts", "version": "1.0.3", "scripts": { "build": "tsc", "build:watch": "tsc -w" }, "repository": { "type": "git", "url": "git+https://github.com/hubbleprotocol/farms.git" }, "keywords": [ "hubble", "hubbleprotocol", "common", "sdk", "client", "kamino", "farms" ], "author": "Hubble Protocol", "license": "Apache-2.0", "bugs": { "url": "https://github.com/hubbleprotocol/farms/issues" }, "homepage": "https://github.com/hubbleprotocol/farms/tree/master/farms-sdk", "dependencies": { "@coral-xyz/anchor": "^0.28.0", "@coral-xyz/borsh": "^0.28.0", "@hubbleprotocol/scope-sdk": "^5.0.20", "@kamino-finance/klend-sdk": "^3.2.0", "@kamino-finance/kliquidity-sdk": "^6.1.0", "@project-serum/serum": "^0.13.61", "@solana/spl-token": "^0.1.8", "@solana/web3.js": "^1.93.2", "base58-js": "1.0.5", "bn.js": "^5.2.1", "bs58": "^4.0.1", "chai-as-promised": "^7.1.1", "ci": "^2.2.0", "cli-color": "^2.0.4", "commander": "^9.3.0", "decimal.js": "^10.4.3", "decimal.js-light": "2.5.1", "fast-check": "^3.1.1", "nyc": "^15.1.0" }, "devDependencies": { "@solana/spl-governance": "0.0.34", "@types/bs58": "^4.0.4", "@types/chai-as-promised": "^7.1.4", "@types/cli-color": "^2.0.6", "@types/mocha": "^9.1.0", "anchor-client-gen": "^0.25.0", "base58-js": "1.0.5", "chai": "^4.3.6", "mocha": "^9.1.4", "prettier": "^3.1.1", "ts-mocha": "^10.0.0", "typescript": "^5.5.2" }, "publishConfig": { "access": "public" } }