{
  "author": "qrcode-js team",
  "bugs": {
    "url": "https://github.com/qrcode-js/qrcode/issues"
  },
  "dependencies": {
    "@qrcode-js/core": "^1.2.0"
  },
  "description": "Browser version of the Awesome QR",
  "devDependencies": {
    "concurrently": "^8.2.0",
    "webpack": "^5.76.0",
    "webpack-cli": "^5.0.1"
  },
  "files": [
    "lib",
    "dist/index.js"
  ],
  "homepage": "https://github.com/qrcode-js/qrcode#readme",
  "license": "MIT",
  "main": "lib/index.js",
  "name": "@qrcode-js/browser",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/qrcode-js/qrcode.git"
  },
  "scripts": {
    "build": "npm run build-lib && npm run build-dist",
    "build-dist": "webpack -c webpack.prod.js",
    "build-lib": "tsc",
    "dev": "concurrently --kill-others -n lib,dist \"npm run dev-lib\" \"npm run dev-dist\"",
    "dev-dist": "webpack -c webpack.dev.js",
    "dev-lib": "tsc -w --preserveWatchOutput",
    "prepublishOnly": "npm run build"
  },
  "type": "module",
  "types": "lib/index.d.ts",
  "unpkg": "./dist/index.js",
  "version": "1.2.0",
  "gitHead": "e8c3f14c785839daf31bd95c535c7223416af7f7"
}
