{
  "name": "qrcode-anchor",
  "version": "1.0.3",
  "description": "A pure javascript library that detect QR codes in an image-like source, and use the QR code as anchor to crop a region in the image.",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "browser": "dist/index.umd.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "rollup -c",
    "clean": "rm -rf dist"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/IguteChung/qrcode-anchor-js.git"
  },
  "author": "FrankChung",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/IguteChung/qrcode-anchor-js/issues"
  },
  "homepage": "https://github.com/IguteChung/qrcode-anchor-js#readme",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^28.0.2",
    "@rollup/plugin-node-resolve": "^16.0.0",
    "@rollup/plugin-replace": "^6.0.2",
    "rollup": "^4.31.0",
    "rollup-plugin-typescript2": "^0.36.0",
    "typescript": "^5.7.3"
  },
  "dependencies": {
    "jsqr": "^1.4.0"
  }
}
