UNPKG

better-paynow

Version:

Node.JS SDK for Zimbabwe's Leading Payment Gateway, Paynow

39 lines (38 loc) 903 B
{ "name": "better-paynow", "version": "1.0.2", "description": "Node.JS SDK for Zimbabwe's Leading Payment Gateway, Paynow", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "scripts": { "build": "tsup", "test": "jest" }, "repository": { "type": "git", "url": "https://github.com/pondem87/Paynow-Typescript-SDK.git" }, "license": "MIT", "author": "Tendai Pfidze", "keywords": [ "paynow", "zimbabwe-payments", "ecocash", "innbucks" ], "dependencies": { "js-sha512": "^0.7.1" }, "devDependencies": { "@swc/core": "^1.10.7", "@types/jest": "^29.5.14", "@types/node": "^10.12.9", "@types/request-promise-native": "^1.0.16", "concat": "^1.0.3", "jest": "^29.7.0", "ts-jest": "^29.2.5", "tsup": "^8.3.5", "typescript": "^5.7.3" } }