UNPKG

cngn-typescript-library

Version:

A lightweight Typescript library to give you the best experience with managing your cNGN merchant account

70 lines (69 loc) 1.94 kB
{ "name": "cngn-typescript-library", "version": "1.0.14", "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", "homepage": "https://github.com/wrappedcbdc/cngn-typescript-library", "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "test": "jest", "dev": "ts-node src/endpoints.test.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", "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.8.2", "bip39": "^3.1.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" } }