@zebec-network/zebec-stake-sdk
Version:
An SDK for zebec network stake solana program
47 lines • 1.25 kB
JSON
{
"name": "@zebec-network/zebec-stake-sdk",
"version": "1.1.2",
"description": "An SDK for zebec network stake solana program",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Ashish Sapkota",
"license": "MIT",
"files": [
"dist"
],
"keywords": [
"solana",
"zebec",
"zebec network",
"stake",
"staking"
],
"scripts": {
"build": "npm run clean && tsc",
"clean": "rimraf ./dist",
"format": "prettier --write .",
"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"
},
"dependencies": {
"@coral-xyz/anchor": "^0.31.1",
"@solana/web3.js": "1.98.2",
"@zebec-network/core-utils": "^1.1.0",
"@zebec-network/solana-common": "^1.7.0",
"bignumber.js": "^9.3.0",
"buffer": "^6.0.3"
},
"devDependencies": {
"@types/bn.js": "^5.1.6",
"@types/mocha": "^10.0.10",
"@types/node": "^22.14.1",
"dotenv": "^17.2.0",
"mocha": "^11.1.0",
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"ts-mocha": "^11.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
}
}