{
  "name": "cngn-typescript-library",
  "version": "3.0.0",
  "description": "A lightweight Typescript library to give you the best experience with managing your cNGN merchant account",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "homepage": "https://github.com/wrappedcbdc/cngn-typescript-library",
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "test": "jest",
    "dev": "ts-node src/endpoints.ts",
    "example": "ts-node examples/usage.ts",
    "release": "npm run test && npm run build && npm version patch && npm pack && gh release create $(node -p \"require('./package.json').version\") --generate-notes"
  },
  "contributors": [
    "Ezumah Jeremiah Kalu <jeremiah.ezumah@withconvexity.com> (https://cngn.co)"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/wrappedcbdc/cngn-typescript-library"
  },
  "keywords": [
    "cNGN",
    "cngn-typescript-library",
    "nigerian-naira",
    "stablecoin",
    "crypto",
    "blockchain",
    "merchant",
    "payment",
    "typescript",
    "stellar",
    "ethereum",
    "solana",
    "tron",
    "cbdc",
    "nigeria",
    "fintech"
  ],
  "author": {
    "name": "Convexity",
    "email": "contact@cngn.co",
    "url": "https://cngn.co"
  },
  "license": "ISC",
  "dependencies": {
    "@noble/curves": "^1.6.0",
    "@stellar/stellar-sdk": "^12.3.0",
    "axios": "1.19.0",
    "bip39": "^3.1.0",
    "bs58": "^6.0.0",
    "ed25519-hd-key": "^1.3.0",
    "ethereumjs-wallet": "^1.0.2",
    "keccak256": "^1.0.6",
    "libsodium-wrappers": "^0.7.15",
    "multicoin-address-validator": "^0.5.21",
    "tronweb": "^6.0.0",
    "tweetnacl": "^1.0.3"
  },
  "devDependencies": {
    "@jest/globals": "^29.7.0",
    "@types/jest": "^29.5.13",
    "@types/libsodium-wrappers": "^0.7.14",
    "@types/multicoin-address-validator": "^0.5.3",
    "@types/node": "^22.5.5",
    "jest": "^29.7.0",
    "ts-jest": "^29.2.5",
    "ts-node": "^10.9.2",
    "typescript": "^5.6.2"
  },
  "packageManager": "pnpm@11.20.0+sha512.9a6f330a95b66446ea088faf1521405a8a01f07fde7124cc9958dfed52d4bb436737e65b08f85f37b46fcba375092558ac51262b816844b22f63406ed166bfee"
}
