@rainfi/sdk
Version:
This package is used to interact with Rain.fi protocol on Solana
57 lines (56 loc) • 1.44 kB
JSON
{
"name": "@rainfi/sdk",
"version": "1.3.44",
"description": "This package is used to interact with Rain.fi protocol on Solana",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"keywords": [
"solana",
"defi",
"nft",
"rain.fi",
"loan",
"lending",
"mortgage",
"borrow"
],
"author": "solwhitey",
"license": "MIT",
"peerDependencies": {
"@solana/spl-token": "^0.3.6",
"@solana/web3.js": "^1.73.3",
"bn.js": "^5.2.1",
"bs58": "^5.0.0"
},
"devDependencies": {
"@metaplex-foundation/solita": "^0.7.0",
"@types/bs58": "^4.0.1",
"assert": "^2.1.0",
"ts-loader": "^9.5.1",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"webpack": "^5.90.3",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.10.0"
},
"dependencies": {
"@coral-xyz/anchor": "^0.28.1-beta.2",
"@metaplex-foundation/beet": "^0.7.1",
"@metaplex-foundation/beet-solana": "^0.4.0",
"@metaplex-foundation/js": "^0.19.4",
"@metaplex-foundation/mpl-auction-house": "^2.3.0",
"@metaplex-foundation/mpl-bubblegum": "^0.7.0",
"@metaplex-foundation/mpl-token-metadata": "^2.9.0",
"@solana/spl-account-compression": "^0.1.10",
"@solana/spl-token": "^0.3.6",
"axios": "^1.3.4",
"typescript": "^5.4.3"
}
}