@kamino-finance/farms-sdk
Version:
59 lines (58 loc) • 1.6 kB
JSON
{
"name": "@kamino-finance/farms-sdk",
"description": "Farms SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.js",
"files": [
"dist",
"src/**/*.ts"
],
"version": "3.2.12",
"scripts": {
"build": "yarn tsc -b tsconfig.json --verbose",
"build:test": "yarn tsc --project ./tests/tsconfig.json",
"build:watch": "yarn tsc -w",
"cli": "yarn tsx ../farms-cli/src/client.ts",
"test": "DEBUG=true yarn build:test && npx ts-mocha ./tests/**/tests_*.ts --parallel --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kamino-finance/farms-sdk.git"
},
"keywords": [
"kamino",
"kamino-finance",
"common",
"sdk",
"client",
"kamino",
"farms"
],
"author": "Kamino Finance",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/kamino-finance/farms/issues"
},
"homepage": "https://github.com/kamino-finance/farms",
"dependencies": {
"@coral-xyz/anchor": "^0.28.0",
"@coral-xyz/borsh": "^0.28.0",
"@kamino-finance/kliquidity-sdk": "^8.4.0",
"@kamino-finance/scope-sdk": "^9.1.0",
"@solana-program/address-lookup-table": "^0.7.0",
"@solana-program/compute-budget": "^0.8.0",
"@solana-program/system": "^0.7.0",
"@solana-program/token": "^0.5.1",
"@solana-program/token-2022": "^0.4.2",
"@solana/compat": "^2.1.1",
"@solana/kit": "^2.1.1",
"@solana/sysvars": "^2.1.1",
"@solana/web3.js": "^1.98.2",
"bn.js": "^5.2.1",
"decimal.js": "^10.4.3"
},
"publishConfig": {
"access": "public"
}
}