{
  "name": "mmpay-browser-sdk",
  "version": "1.2.7",
  "description": "JavaScript SDK for integrating the MMQR Merchant and Redirect payment gateway",
  "keywords": [
    "MMQR"
  ],
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/esm/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.js",
      "types": "./dist/esm/index.d.ts"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nawing/MMPay-Browser-SDK.git"
  },
  "bugs": {
    "url": "https://github.com/nawing/MMPay-Browser-SDK/issues"
  },
  "homepage": "https://github.com/nawing/MMPay-Browser-SDK#readme",
  "scripts": {
    "build": "tsc --emitDeclarationOnly && rollup -c rollup.config.ts --configPlugin typescript",
    "dev": "rollup -c rollup.config.ts -w --configPlugin typescript"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^26.0.1",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-typescript": "^12.3.0",
    "@types/node": "^20.10.6",
    "rollup": "^4.61.1",
    "rollup-plugin-typescript2": "^0.36.0",
    "tslib": "^2.8.1",
    "typescript": "^5.9.3"
  },
  "author": "Naw Ing",
  "license": "ISC",
  "dependencies": {
    "dotenv": "^17.2.2"
  }
}
