@sk-py/upi-qr
Version:
Generate NPCI-compliant UPI QR codes for Indian digital payments. Supports payee VPA, amount, transaction note, and more.
48 lines (47 loc) • 1 kB
JSON
{
"name": "@sk-py/upi-qr",
"version": "1.0.4",
"description": "Generate NPCI-compliant UPI QR codes for Indian digital payments. Supports payee VPA, amount, transaction note, and more.",
"main": "index.js",
"type": "module",
"exports": {
".": {
"import": "./index.mjs",
"types": "./index.d.ts"
},
"./react": {
"import": "./react.mjs",
"types": "./react.d.ts"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/sk-py/upi-qr"
},
"keywords": [
"upi",
"qr",
"upi-qr",
"upi qr code",
"indian payments",
"npci",
"payment",
"react",
"qr-code"
],
"author": "sk-py",
"license": "ISC",
"bugs": {
"url": "https://github.com/sk-py/upi-qr/issues"
},
"homepage": "https://github.com/sk-py/upi-qr#readme",
"dependencies": {
"qrcode": "^1.5.4"
},
"peerDependencies": {
"react": ">=18.0.0"
}
}