@adsesugh/monnify-sdk
Version:
The Monnify Web SDK is now available as a Node.js package, offering an easy and efficient way to integrate payment gateway solutions into your web applications
30 lines (29 loc) • 745 B
JSON
{
"name": "@adsesugh/monnify-sdk",
"version": "1.1.2",
"description": "The Monnify Web SDK is now available as a Node.js package, offering an easy and efficient way to integrate payment gateway solutions into your web applications",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rm -rf dist && tsc",
"test": "jest"
},
"keywords": [
"Monnify",
"Payment",
"Gateway",
"Nodejs",
"Nextjs",
"Vue.js"
],
"author": "Sesugh Agbadu",
"license": "ISC",
"devDependencies": {
"@babel/preset-env": "^7.25.4",
"@babel/preset-typescript": "^7.24.7",
"@types/jest": "^29.5.12",
"@types/node": "^22.5.0",
"jest": "^29.7.0",
"typescript": "^5.5.4"
}
}