UNPKG

mpesa-node-api

Version:
33 lines (32 loc) 743 B
{ "name": "mpesa-node-api", "version": "1.1.0", "description": "Node.js library for M-Pesa API (Mozambique)", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/rosariopfernandes/mpesa-node-api.git" }, "keywords": [ "mpesa" ], "author": "rosariofernandes51@gmail.com", "license": "MIT", "bugs": { "url": "https://github.com/rosariopfernandes/mpesa-node-api/issues" }, "homepage": "https://github.com/rosariopfernandes/mpesa-node-api", "dependencies": { "axios": "^0.19.2", "constants": "0.0.2", "crypto": "^1.0.1", "dotenv": "^8.2.0" }, "devDependencies": { "chai": "^4.2.0", "mocha": "^8.0.1" } }