dynamic-qris
Version:
Convert static QRIS to dynamic QRIS
48 lines (47 loc) • 1.06 kB
JSON
{
"name": "dynamic-qris",
"version": "1.0.1",
"description": "Convert static QRIS to dynamic QRIS",
"main": "index.js",
"dependencies": {
"@types/qrcode": "^1.5.5",
"jimp": "^1.6.0",
"qrcode": "^1.5.4"
},
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"devDependencies": {
"@types/jimp": "^0.2.28",
"@types/node": "^22.10.1",
"typescript": "^5.7.2"
},
"scripts": {
"build": "bun build ./index.ts --outdir dist --target bun",
"prepare": "bun run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vallerydelexy/dynamic-qris.git"
},
"keywords": [
"qris",
"qris-parser",
"qris-generator",
"qris-dinamis",
"payment"
],
"author": "Rizki Aprita",
"license": "MIT",
"bugs": {
"url": "https://github.com/vallerydelexy/dynamic-qris/issues"
},
"homepage": "https://github.com/vallerydelexy/dynamic-qris#readme",
"directories": {
"lib": "lib"
}
}