UNPKG

orderkuota

Version:
47 lines (46 loc) 997 B
{ "name": "orderkuota", "version": "1.0.9", "description": "OrderKuota API wrapper for Node.js", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "files": [ "dist" ], "scripts": { "build": "tsc", "prepare": "npm run build", "package:publish": "npm run build && npm pack && npm publish", "docs:generate": "npm run typedoc --out docs" }, "license": "MIT", "author": "YoruAkio", "repository": { "type": "git", "url": "https://github.com/YoruAkio/OrderKuota-Wrapper" }, "keywords": [ "orderkuota", "orderkuota-wrapper", "orderkuota-api", "api", "wrapper", "typescript", "qris", "qrid-payment" ], "devDependencies": { "@types/bun": "latest", "@types/node": "^20.0.0", "typescript": "^5.0.0" }, "dependencies": { "@types/qrcode": "^1.5.5", "axios": "^1.7.9", "qrcode": "^1.5.4", "typedoc": "^0.28.5" }, "private": false }