central-gateway
Version:
Simplify payments in Bangladesh with one unified library for AamarPay, SSLCommerz, and bKash. Skip the hassle of multiple gateway documentations—our consistent API does it all for you!
46 lines (45 loc) • 954 B
JSON
{
"name": "central-gateway",
"version": "1.1.1",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"author": "Faiyaz Rahman",
"license": "MIT",
"scripts": {
"build": "tsc --build",
"prepare": "npm run build"
},
"engines": {
"node": ">=18.x"
},
"homepage": "https://faiyaz032.github.io/central-gateway-docs",
"repository": {
"url": "https://github.com/faiyaz032/central-gateway"
},
"devDependencies": {
"typescript": "^5.7.3"
},
"dependencies": {
"sslcommerz": "^1.7.0"
},
"files": [
"dist/"
],
"keywords": [
"payment",
"payment-gateway",
"bangladesh",
"unified-payments",
"aamarpay",
"sslcommerz",
"payment-processing",
"ecommerce",
"typescript",
"nodejs",
"online-payment",
"payment-integration",
"payment-gateway-integration",
"unified-interface",
"payment-api"
]
}