UNPKG

wahdx-api

Version:

Package untuk generate QRIS dan cek payment status secara realtime dengan API OrderKuota dari https://api.wahdx.co

51 lines (50 loc) 1.12 kB
{ "name": "wahdx-api", "version": "1.0.4", "description": "Package untuk generate QRIS dan cek payment status secara realtime dengan API OrderKuota dari https://api.wahdx.co", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "exports": { ".": { "require": "./dist/index.cjs", "import": "./dist/index.mjs" } }, "author": "wahdalo", "license": "MIT", "type": "module", "repository": { "type": "git", "url": "https://github.com/wahdalo/wahdx-api" }, "keywords": [ "payment", "rest-api", "payment-gateway" ], "scripts": { "test": "node tes.js", "test:cjs": "node tes-cjs.cjs", "start": "node dist/index.mjs", "build": "node scripts/build.js", "prepublishOnly": "npm run build", "pack": "npm pack --dry-run" }, "files": [ "dist", "README.md", "LICENSE" ], "dependencies": { "@dotenvx/dotenvx": "^1.47.5", "axios": "^1.10.0", "jsqr": "^1.4.0", "moment": "^2.29.4", "pdfkit": "^0.13.0", "qrcode": "^1.5.4", "sharp": "^0.32.6" }, "engines": { "node": ">=20.18.3" } }