{
  "name": "scanbot-web-sdk",
  "title": "Web Scan SDK",
  "version": "8.1.1",
  "description": "Scanbot Web Document and Barcode Scanner SDK",
  "keywords": [
    "barcode",
    "qr-code",
    "scanner",
    "scan",
    "scanning",
    "1d barcode",
    "2d barcode",
    "ean",
    "upc",
    "data",
    "matrix",
    "pdf-417",
    "document scanner",
    "web scanner",
    "web document scanner",
    "webassembly",
    "sdk",
    "scanbot sdk",
    "webscanner",
    "document web scanner sdk",
    "camera",
    "chrome",
    "safari",
    "web",
    "react",
    "angular",
    "vue.js",
    "edge detection",
    "filter",
    "recognition"
  ],
  "scripts": {
    "build": "npm run build-lib && npm run build-src",
    "build:docker": "npm run build-lib:docker && npm run build-src",
    "dev-build": "npm run dev-build-lib && npm run dev-build-src",
    "build-lib": "lib/core/wrappers/websdk/build-all-flavours.sh -DCMAKE_BUILD_TYPE=Release",
    "build-lib:docker": "DOCKER_IMAGE_NAME=sdk_core_emscripten:develop lib/core/docker/emscripten/build.sh --non-interactive --build -DCMAKE_BUILD_TYPE=Release",
    "dev-build-lib": "lib/core/wrappers/websdk/build-all-flavours.sh -DCMAKE_BUILD_TYPE=Debug",
    "dev-build-lib:docker": "lib/core/docker/emscripten/build-core-with-emscripten.sh --interactive --build -DCMAKE_BUILD_TYPE=Debug",
    "build-src": "npx webpack --mode production && mkdir -p internal-dev-app/data && date '+%a %b %d %Y %H:%M:%S GMT%z (%Z)' >> internal-dev-app/data/src-build-date.txt",
    "dev-build-src": "npx webpack --mode development && mkdir -p internal-dev-app/data && date '+%a %b %d %Y %H:%M:%S GMT%z (%Z)' >> internal-dev-app/data/src-build-date.txt",
    "create-npm-package": "rm -rf component && npm run transpile && npm pack",
    "clean": "npm run clean-src && rm -rf lib/cmake-build",
    "clean-src": "rm -rf component/ && rm -rf @types/ && rm -rf bundle/",
    "clear-packages": "rm -f scanbot-*.tgz",
    "start-example": "open \"http://localhost:8000\" && python3 -m http.server --directory internal-dev-app",
    "transpile": "npx tsc --declaration --skipLibCheck",
    "cp-typings": "rsync -aL --include '*/' --include '*.d.ts' --exclude '*' ./component/ ./@types/ && rsync -aL --include '*/' --include '*.d.ts' --exclude '*' ./src/core/ ./@types/core/ && cp src/_typings-entrypoint.d.ts ./@types/index.d.ts",
    "prepack": "npm run clean && npm run transpile && npm run cp-typings && export NODE_OPTIONS=\"--max-old-space-size=8192\" && npm run build-src && rm bundle/ScanbotSDK.min.js.LICENSE.txt",
    "dev-pack": "npm run clean-src && npm run transpile && npm run dev-build-src && npm pack --ignore-scripts",
    "build-api-docs": "npm run prepack && npx typedoc --treatWarningsAsErrors"
  },
  "main": "index.js",
  "types": "index.d.ts",
  "author": "Scanbot / doo GmbH",
  "license": "Commercial",
  "readmeFilename": "README.md",
  "homepage": "https://scanbot.io",
  "contributors": [
    {
      "name": "Scanbot",
      "email": "sdk@scanbot.io",
      "url": "https://scanbot.io"
    }
  ],
  "devDependencies": {},
  "files": [
    "bundle/*",
    "webpack/",
    "@types/*",
    "index.js",
    "ui.js",
    "*.d.ts",
    "README.md",
    "Libraries.txt",
    "LICENSE"
  ],
  "dependencies": {}
}