UNPKG

@mihalex/farms-sdk-tests

Version:
68 lines (67 loc) 1.62 kB
{ "name": "@mihalex/farms-sdk-tests", "description": "Farms SDK", "main": "dist/index.js", "types": "dist/index.d.ts", "version": "0.3.9", "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", "@project-serum/serum": "^0.13.61", "@solana/spl-token": "^0.1.8", "@solana/web3.js": "^1.70.0", "base58-js": "1.0.5", "bn.js": "^5.2.0", "bs58": "^4.0.1", "chai-as-promised": "^7.1.1", "ci": "^2.2.0", "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.1", "@types/chai-as-promised": "^7.1.4", "@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": "2.8.2", "ts-mocha": "^10.0.0", "typescript": "^4.5.5" }, "peerDependencies": { "@solana/web3.js": "~1.73.3", "decimal.js": "^10.4.3" }, "publishConfig": { "access": "public" } }