UNPKG

@zebec-network/exchange-card-sdk

Version:
67 lines 1.89 kB
{ "author": "Zebec Network | Ashish Sapkota", "dependencies": { "@near-js/crypto": "^2.5.1", "@near-js/providers": "^2.5.1", "@near-js/transactions": "^2.5.1", "@near-js/types": "^2.5.1", "@near-js/utils": "^2.5.1", "@provablehq/sdk": "^0.10.5", "@zebec-fintech/stellar-sdk": "^15.0.2", "algosdk": "^3.5.2", "axios": "^1.16.0", "bignumber.js": "^11.1.1", "ethers": "^6.16.0", "quais": "^1.0.0-alpha.54", "xrpl": "^4.6.0" }, "description": "An sdk for purchasing silver card in zebec", "devDependencies": { "@algorandfoundation/algokit-utils": "^9.2.0", "@near-js/accounts": "^2.5.1", "@near-js/keystores": "^2.5.1", "@near-js/signers": "^2.5.1", "@near-js/tokens": "^2.5.1", "@typechain/ethers-v6": "^0.5.1", "@types/mocha": "^10.0.10", "@types/node": "^25.7.0", "dotenv": "^17.4.2", "mocha": "^11.7.5", "prettier": "^3.6.2", "rimraf": "^6.0.1", "ts-mocha": "^11.1.0", "ts-node": "^10.9.2", "typechain": "^8.3.2", "typescript": "^6.0.2" }, "files": [ "dist" ], "homepage": "https://github.com/Zebec-Fintech-Labs/zebec-card-minimal-sdk.git#README", "keywords": [ "zebec", "zebec fintech", "zebec instant card" ], "license": "MIT", "main": "dist/index.js", "name": "@zebec-network/exchange-card-sdk", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+git@github.com:Zebec-Fintech-Labs/card-sdk-mono.git" }, "scripts": { "build": "npm run clean && tsc", "clean": "rimraf dist", "format": "prettier --write .", "gen:typechain": "typechain --target ethers-v6 --out-dir \"src/artifacts/typechain-types\" \"src/artifacts/abi/*.json\"", "prepare": "npm run build", "test": "ts-mocha -p ./tsconfig.test.json -t 1000000" }, "type": "module", "types": "dist/index.d.ts", "version": "1.11.5" }