zebec-instant-card-sdk
Version:
An sdk for interacting with zebec instant card program in solana.
48 lines • 1.2 kB
JSON
{
"name": "zebec-instant-card-sdk",
"version": "1.2.9",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Ashish Sapkota",
"license": "MIT",
"files": [
"dist"
],
"keywords": [
"zebec",
"zebec fintech",
"card",
"silver card"
],
"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 1000000"
},
"dependencies": {
"@coral-xyz/anchor": "^0.29.0",
"@solana/web3.js": "1.98.0",
"bignumber.js": "^9.1.2",
"buffer": "^6.0.3",
"dotenv": "^16.4.4"
},
"devDependencies": {
"@types/bn.js": "^5.1.5",
"@types/mocha": "^10.0.6",
"@types/node": "22.10.1",
"mocha": "10.8.2",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.2",
"typedoc": "0.27.1",
"typescript": "^5.3.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Zebec-Fintech-Labs/zebec-card-sdk.git"
},
"homepage": "https://github.com/Zebec-Fintech-Labs/zebec-card-sdk#README"
}