UNPKG

@zebec-network/exchange-card-sdk

Version:
66 lines 1.86 kB
{ "name": "@zebec-network/exchange-card-sdk", "version": "1.4.1", "description": "An sdk for purchasing silver card in zebec", "main": "dist/index.js", "types": "dist/index.d.ts", "author": "Ashish Sapkota", "license": "MIT", "files": [ "dist" ], "scripts": { "build": "npm run clean && tsc", "clean": "rimraf dist", "format": "prettier --write .", "test": "ts-mocha -p ./tsconfig.json -t 1000000", "gen:typechain": "typechain --target ethers-v6 --out-dir \"src/artifacts/typechain-types\" \"src/artifacts/abi/*.json\"" }, "devDependencies": { "@dashevo/dapi-client": "^1.8.0", "@near-js/accounts": "^2.0.1", "@near-js/keystores": "^2.0.1", "@near-js/signers": "^2.0.1", "@typechain/ethers-v6": "^0.5.1", "@types/jsonwebtoken": "^9.0.7", "@types/mocha": "^10.0.9", "@types/node": "^22.7.9", "dotenv": "^17.2.0", "mocha": "11.2.2", "prettier": "^3.3.3", "rimraf": "^6.0.1", "ts-mocha": "11.1.0", "ts-node": "^10.9.2", "typechain": "^8.3.2", "typescript": "^5.6.3" }, "dependencies": { "@algorandfoundation/algokit-utils": "^9.1.1", "@mempool/mempool.js": "^3.0.0", "@near-js/crypto": "^2.0.1", "@near-js/providers": "^2.0.1", "@near-js/transactions": "^2.0.1", "@near-js/types": "^2.0.1", "@near-js/utils": "^2.0.1", "@stellar/stellar-sdk": "^13.1.0", "algosdk": "^3.3.1", "axios": "^1.7.7", "bignumber.js": "^9.3.0", "bitcoinjs-lib": "^6.1.7", "ethers": "^6.15.0", "xrpl": "^4.2.5" }, "repository": { "type": "git", "url": "git+https://github.com/Zebec-Fintech-Labs/zebec-card-minimal-sdk.git" }, "homepage": "https://github.com/Zebec-Fintech-Labs/zebec-card-minimal-sdk.git#README", "keywords": [ "zebec", "zebec fintech", "zebec instant card" ], "publishConfig": { "access": "public" } }