{
  "name": "@scandit/web-barcode-link",
  "version": "1.1.0",
  "description": "The Scandit Web Barcode Link package",
  "type": "module",
  "types": "dist/index.d.ts",
  "author": {
    "name": "Scandit",
    "email": "support@scandit.com"
  },
  "contributors": [
    {
      "name": "Anthony Penna",
      "email": "anthony@scandit.com"
    },
    {
      "name": "Pasquale Mangialavori",
      "email": "pasquale@scandit.com"
    },
    {
      "name": "Sébastien Roch",
      "email": "sebastien@scandit.com"
    }
  ],
  "files": [
    "dist",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "main": "./dist/index.umd.cjs",
  "module": "./dist/index.js",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.umd.cjs"
    }
  },
  "scripts": {
    "enter-beta-mode": "npx changeset pre enter beta",
    "exit-beta-mode": "npx changeset pre exit",
    "add-changeset": "npx changeset",
    "create-version": "npx changeset version && export VERSION=$(node -e 'console.log(require(\"./package.json\").version)') && git add . && git commit -m \"v$VERSION $npm_package_name release\" && git tag -a $npm_package_name/$VERSION -m \"v$VERSION $npm_package_name release\"",
    "postcreate-version": "git push --follow-tags",
    "release": "npx changeset publish",
    "test:watch": "vitest watch",
    "test": "vitest",
    "build": "tsc && vite build --mode production",
    "build:e2e": "tsc && vite build --mode e2e",
    "dev": "vite build --watch --mode development"
  },
  "keywords": [
    "scandit",
    "barcode",
    "data capture",
    "capture",
    "qr",
    "scan",
    "scanner",
    "scanning",
    "code",
    "webassembly",
    "sdk",
    "javascript",
    "typescript",
    "barcode-link"
  ],
  "license": "SEE LICENSE IN LICENSE",
  "peerDependencies": {
    "@scandit/web-datacapture-barcode": ">=7"
  },
  "devDependencies": {
    "@changesets/cli": "^2.27.1",
    "@types/node": "^20.19.4",
    "@types/qrcode": "^1.5.5",
    "eslint": "^8.57.0",
    "jsdom": "^24.0.0",
    "typescript": "^5.3.3",
    "vite": "^5.1.4",
    "vite-plugin-dts": "^3.7.3",
    "vitest": "^1.3.1"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "dependencies": {
    "qrcode": "^1.5.4",
    "socket.io-client": "^4.8.1"
  }
}
