UNPKG

autoft-qris

Version:

Package untuk generate QRIS dan cek payment status secara realtime dengan API OrderKuota

35 lines (34 loc) 720 B
{ "name": "autoft-qris", "version": "0.0.2", "description": "Package untuk generate QRIS dan cek payment status secara realtime dengan API OrderKuota", "main": "src/index.js", "author": "AutoFTbot", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/AutoFTbot/Qris-OrderKuota" }, "keywords": [ "qris", "payment", "indonesia", "qr-code", "payment-gateway", "orderkuota" ], "scripts": { "test": "node test.js", "start": "node src/index.js" }, "dependencies": { "axios": "^1.3.0", "canvas": "^2.9.0", "moment": "^2.29.4", "pdfkit": "^0.13.0", "qrcode": "^1.5.0" }, "engines": { "node": ">=20.18.3" } }