{
  "name": "upiqrcode",
  "type": "module",
  "collaborators": [
    "PRATYAY MUSTAFI <pratyaymustafi@outlook.com>"
  ],
  "description": "Generate UPI QR codes as SVG — compiled to WebAssembly",
  "version": "1.5.5",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/Pratyay360/upiqrcode"
  },
  "files": [
    "upiqrcode_bg.wasm",
    "upiqrcode.js",
    "upiqrcode.d.ts"
  ],
  "main": "upiqrcode.js",
  "homepage": "https://github.com/Pratyay360/upiqrcode",
  "types": "upiqrcode.d.ts",
  "sideEffects": [
    "./snippets/*"
  ],
  "keywords": [
    "upi",
    "qrcode",
    "wasm",
    "svg",
    "payment"
  ]
}