UNPKG

@eczodex/issuers-sdk

Version:

SDK for interacting with Eczodex issuer APIs.

30 lines (29 loc) 565 B
{ "name": "@eczodex/issuers-sdk", "version": "1.0.3", "description": "SDK for interacting with Eczodex issuer APIs.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "echo \"No tests yet\" && exit 0" }, "keywords": [ "eczodex", "digital-assets", "issuance", "stablecoin", "fintech", "sdk", "brale", "bridge" ], "author": "Michael Quartey", "license": "ISC", "devDependencies": { "typescript": "^5.8.3" }, "dependencies": { "axios": "^1.9.0" } }