{
  "name": "@comgate/checkout-dev",
  "description": "Comgate pre-built checkout library",
  "version": "1.1.7",
  "author": "Comgate a.s. <dev@comgate.cz>",
  "license": "BUSL-1.1",
  "public": true,
  "type": "module",
  "homepage": "https://apidoc.comgate.cz/en/checkout/uvod-checkout",
  "keywords": [
    "comgate",
    "payments",
    "checkout",
    "library",
    "sdk",
    "applepay",
    "googlepay",
    "card"
  ],
  "contributors": [
    "Dominik Janák (https://github.com/janakdom)"
  ],
  "files": [
    "dist",
    "lib"
  ],
  "main": "./lib/comgate-checkout.es.js",
  "module": "./lib/comgate-checkout.es.js",
  "exports": {
    ".": {
      "import": "./lib/comgate-checkout.es.js",
      "require": "./lib/comgate-checkout.es.js"
    },
    "./lib/comgate-checkout.css": {
      "import": "./lib/comgate-checkout.css",
      "require": "./lib/comgate-checkout.css"
    }
  },
  "engines": {
    "node": ">=16",
    "npm": ">=7"
  },
  "dependencies": {
    "axios": "^1",
    "js-base64": "^3",
    "lodash.debounce": "^4.0.8"
  },
  "scripts": {}
}
