UNPKG

zenopay

Version:

ZenoPay is a simple and seamless payment designed for developers looking to integrate secure and reliable payment functionality into their mobile, frontend, or backend applications. With minimal setup, you can initiate payments and track their statuses ef

50 lines (49 loc) 1.3 kB
{ "name": "zenopay", "version": "1.0.2", "description": "ZenoPay is a simple and seamless payment designed for developers looking to integrate secure and reliable payment functionality into their mobile, frontend, or backend applications. With minimal setup, you can initiate payments and track their statuses effortlessly.", "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "./dist", "./dist/**/*.js" ], "scripts": { "dev": "nodemon src/index.ts", "prod": "npm run build && npm publish --access=public", "build": "tsc -p ." }, "repository": { "type": "git", "url": "git+https://github.com/hekimapro/zenopay.git" }, "keywords": [ "ZenoPay", "Payment", "Integration", "M-PESA", "TIGOPESA", "MIX BY YAS", "HALOPESA", "AIRTEL MONEY" ], "author": { "email": "hekima.dev@gmail.com", "name": "Hekima Peter", "url": "https://github.com/hekimapro" }, "license": "MIT", "bugs": { "url": "https://github.com/hekimapro/zenopay/issues" }, "homepage": "https://github.com/hekimapro/zenopay#readme", "dependencies": { "axios": "^1.7.8", "fast-web-kit": "^0.7.5", "qs": "^6.13.1" }, "devDependencies": { "@types/axios": "^0.9.36", "@types/qs": "^6.9.17" } }