UNPKG

pesapal-hono

Version:

A lightweight Pesapal payment gateway integration using Hono.js

31 lines (30 loc) 643 B
{ "name": "pesapal-hono", "version": "1.0.7", "description": "A lightweight Pesapal payment gateway integration using Hono.js", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "test": "jest" }, "keywords": [ "pesapal", "payment-gateway", "node" ], "author": "Your Name", "license": "MIT", "dependencies": { "axios": "^1.7.7", "dotenv": "^16.4.5" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^22.16.3", "jest": "^29.7.0", "ts-jest": "^29.4.0", "typescript": "^5.8.3" } }