{
  "name": "cngn-typescript-library",
  "version": "2.1.1",
  "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",
    "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": "support@withconvexity.com",
    "url": "https://cngn.co"
  },
  "license": "ISC",
  "dependencies": {
    "@noble/curves": "^1.6.0",
    "@stellar/stellar-sdk": "^12.3.0",
    "axios": "1.13.6",
    "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@10.27.0+sha512.72d699da16b1179c14ba9e64dc71c9a40988cbdc65c264cb0e489db7de917f20dcf4d64d8723625f2969ba52d4b7e2a1170682d9ac2a5dcaeaab732b7e16f04a"
}
