pesapal-v3
Version:
A lightweight Pesapal payment gateway integration for Node.js and TypeScript.
41 lines (40 loc) • 863 B
JSON
{
"name": "pesapal-v3",
"version": "0.1.3",
"description": "A lightweight Pesapal payment gateway integration for Node.js and TypeScript.",
"main": "dist/index.js",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.js"
}
},
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"test": "jest"
},
"keywords": [
"pesapal",
"payment-gateway",
"node"
],
"author": "Francis Mwondha",
"license": "MIT",
"dependencies": {
"dotenv": "^16.4.5",
"ky": "^1.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22.16.3",
"jest": "^29.7.0",
"ts-jest": "^29.4.0",
"typescript": "^5.8.3"
},
"repository": {
"type": "git",
"url": "https://github.com/mwondhaf/pesapal-v3.git"
}
}