{
  "name": "amwal-checkout-button",
  "version": "0.2.3",
  "description": "Amwal Checkout Button",
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/types/components.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/checkout/checkout.esm.js",
  "homepage": "https://www.amwal.tech",
  "repository": {
    "type": "git",
    "url": "https://www.amwal.tech"
  },
  "files": [
    "dist/",
    "loader/",
    "src/**/readme.md"
  ],
  "scripts": {
    "build": "stencil build --docs",
    "serve": "stencil build --watch --serve",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "generate": "stencil generate",
    "storybook": "storybook dev -p 6006 -s ./dist/checkout",
    "just-run": "npm run build && npm run storybook",
    "build-storybook": "storybook build",
    "chromatic": "npx chromatic --project-token=8d548c83437b"
  },
  "dependencies": {
    "@ionic/core": "^7.4.3",
    "@stencil/core": "^3.4.2",
    "libphonenumber-js": "^1.10.46",
    "qrcode": "^1.5.4",
    "ua-parser-js": "^1.0.36"
  },
  "devDependencies": {
    "@stencil/angular-output-target": "^0.6.0",
    "@stencil/react-output-target": "^0.5.0",
    "@stencil/sass": "^3.2.1",
    "@stencil/vue-output-target": "^0.8.2",
    "@storybook/addon-actions": "^7.2.1",
    "@storybook/addon-essentials": "^7.2.1",
    "@storybook/addon-links": "^7.2.1",
    "@storybook/addon-notes": "^5.3.21",
    "@storybook/addons": "^7.2.1",
    "@storybook/cli": "^7.2.1",
    "@storybook/html": "^7.2.1",
    "@storybook/theming": "^7.2.1",
    "@storybook/ui": "^6.5.16",
    "@storybook/web-components-webpack5": "^7.2.1",
    "@types/estree": "^1.0.1",
    "@types/jest": "^29.5.1",
    "@types/qrcode": "^1.5.5",
    "@types/ua-parser-js": "^0.7.36",
    "jest": "^29.5.0",
    "jest-cli": "^29.5.0",
    "puppeteer": "^19.9.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rollup-plugin-dotenv": "^0.4.1",
    "storybook": "^7.2.1"
  },
  "license": "MIT",
  "packageManager": "yarn@3.6.1+sha512.de524adec81a6c3d7a26d936d439d2832e351cdfc5728f9d91f3fc85dd20b04391c038e9b4ecab11cae2b0dd9f0d55fd355af766bc5c1a7f8d25d96bb2a0b2ca"
}
