@zebec-network/zebec-stake-sdk
Version:
An SDK for zebec network stake solana program
50 lines (49 loc) • 1.24 kB
JSON
{
"author": "Zebec Network | Ashish Sapkota",
"dependencies": {
"@coral-xyz/anchor": "^0.31.1",
"@solana/web3.js": "^1.98.2",
"@zebec-network/core-utils": "^1.3.0",
"@zebec-network/solana-common": "^2.6.0",
"bignumber.js": "^9.3.1",
"buffer": "^6.0.3"
},
"description": "An SDK for zebec network stake solana program",
"devDependencies": {
"@solana/spl-token": "^0.4.14",
"@types/bn.js": "^5.2.0",
"@types/mocha": "^10.0.10",
"@types/node": "^25.0.3",
"dotenv": "^17.2.3",
"mocha": "^11.7.5",
"prettier": "^3.6.2",
"rimraf": "^6.1.2",
"ts-mocha": "^11.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.9.2"
},
"files": [
"dist"
],
"keywords": [
"solana",
"zebec",
"zebec network",
"stake",
"staking"
],
"license": "MIT",
"main": "dist/index.js",
"name": "@zebec-network/zebec-stake-sdk",
"scripts": {
"build": "npm run clean && tsc",
"clean": "rimraf ./dist",
"format": "npx @biomejs/biome format --write",
"prepare": "npm run format && npm run build",
"start": "ts-node src/index.ts",
"test": "ts-mocha -p ./tsconfig.json -t 1000000000 test/**/*.test.ts",
"test:single": "ts-mocha -p ./tsconfig.json -t 1000000000"
},
"types": "dist/index.d.ts",
"version": "1.3.2"
}