UNPKG

mpesa-sdk

Version:

Type safe SDK for M-Pesa API (Mozambique)

38 lines (37 loc) 976 B
{ "name": "mpesa-sdk", "version": "0.7.1", "description": "Type safe SDK for M-Pesa API (Mozambique)", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "scripts": { "test": "jest", "build": "npm test && tsup", "release:patch": "npm run build && npm version patch && npm publish", "release:minor": "npm run build && npm version minor && npm publish", "release:major": "npm run build && npm version major && npm publish" }, "keywords": [ "mpesa", "sdk", "mozambique" ], "author": "nielsero", "repository": { "type": "git", "url": "git+https://github.com/nielsero/mpesa-sdk.git" }, "license": "MIT", "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^20.14.9", "jest": "^29.7.0", "ts-jest": "^29.1.5", "tsup": "^8.1.0", "typescript": "^5.5.3" }, "dependencies": { "axios": "^1.7.2" } }