{
  "name": "@gotabit/qrcode-modal",
  "version": "1.1.27",
  "description": "The QRcode for GotaBit walletconnect",
  "license": "MIT",
  "source": "src/index.ts",
  "exports": {
    "types": "./dist/index.d.ts",
    "require": "./dist/index.js",
    "default": "./dist/index.modern.js"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.module.js",
  "unpkg": "./dist/index.umd.js",
  "types": "dist/index.d.ts",
  "_moduleAliases": {
    "~qrcode-modal": "dist"
  },
  "scripts": {
    "clean": "shx rm -rf dist",
    "build:module": "microbundle --css-modules --jsx React.createElement --jsxFragment React.Fragment --target browser --no-compress -f cjs,esm,modern --tsconfig ./tsconfig.build.json",
    "build:umd": "yarn webpack",
    "build": "yarn clean && yarn build:module && yarn build:umd && link-module-alias",
    "dev": "microbundle watch"
  },
  "devDependencies": {
    "@types/qrcode": "^1.5.0",
    "@types/react": "^18.0.24",
    "@types/react-dom": "^18.0.8",
    "css-loader": "^6.7.1",
    "cssnano": "^5.1.14",
    "link-module-alias": "^1.2.0",
    "microbundle": "^0.15.1",
    "mini-svg-data-uri": "^1.4.4",
    "postcss": "^8.4.18",
    "shx": "^0.3.4",
    "style-loader": "^3.3.1",
    "ts-loader": "^9.4.1"
  },
  "dependencies": {
    "copy-to-clipboard": "^3.3.2",
    "qrcode": "^1.5.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "gitHead": "5f0bd4d41db9b31b9b06078535a5e2cd02835a69"
}
