banx-token-lending-sdk
Version:
Banx Token Lending sdk
57 lines (56 loc) • 1.34 kB
JSON
{
"name": "banx-token-lending-sdk",
"version": "0.1.0-beta.20",
"description": "Banx Token Lending sdk",
"author": "Vladislav Sablevsky <sablevsky@gmail.com>",
"contributors": [
"Gleb Levin"
],
"license": "MIT",
"files": [
"dist/**/*"
],
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"build": "rm -rf dist/* && rollup -c"
},
"dependencies": {
"@coral-xyz/anchor": "^0.31.0",
"bs58": "^6.0.0",
"lodash-es": "^4.17.21"
},
"devDependencies": {
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-terser": "^0.4.4",
"@types/bn.js": "^5.1.6",
"@types/lodash-es": "^4.17.12",
"@typescript-eslint/eslint-plugin": "^8.30.1",
"@typescript-eslint/parser": "^8.30.1",
"eslint": "^9.24.0",
"eslint-config-prettier": "^10.1.2",
"prettier": "^3.5.3",
"prettier-eslint": "^16.4.1",
"rollup": "^4.40.0",
"rollup-plugin-cleaner": "^1.0.0",
"rollup-plugin-typescript2": "^0.36.0",
"tsc-alias": "^1.8.15",
"typescript": "^5.8.3"
},
"keywords": [
"Solana",
"Banx",
"Lending",
"NFT",
"Token"
]
}