trustpayway-sdk
Version:
Official Node.js SDK for interacting with TrustPayWay API (MTN, Orange, etc.)
40 lines • 872 B
JSON
{
"name": "trustpayway-sdk",
"version": "1.0.7",
"description": "Official Node.js SDK for interacting with TrustPayWay API (MTN, Orange, etc.)",
"main": "dist/TrustPayWay.js",
"types": "dist/TrustPayWay.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc -b"
},
"keywords": [
"trustpayway",
"payment",
"mtn",
"orange",
"mobile-money",
"sdk",
"nodejs",
"typescript"
],
"author": "TrustPayWay",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yourusername/trustpayway-sdk"
},
"bugs": {
"url": "https://github.com/yourusername/trustpayway-sdk/issues"
},
"homepage": "https://github.com/yourusername/trustpayway-sdk#readme",
"dependencies": {
"axios": "^1.6.0"
},
"devDependencies": {
"typescript": "^5.0.0",
"@types/node": "^20.0.0"
}
}