{
  "name": "@scandit/web-datacapture-barcode",
  "version": "8.3.1",
  "description": "Scandit Data Capture SDK for the Web",
  "license": "SEE LICENSE IN LICENSE",
  "sideEffects": false,
  "engines": {
    "npm": ">=7.0.0",
    "node": ">=16.0.0"
  },
  "private": false,
  "types": "./build/js/index.d.ts",
  "type": "module",
  "main": "./build/js/index.js",
  "module": "./build/js/index.js",
  "browser": "./build/js/index.js",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./build/js/index.d.ts",
      "import": "./build/js/index.js",
      "default": "./build/js/index.js"
    },
    "./sdc-lib/*": {
      "import": "./sdc-lib/*",
      "default": "./sdc-lib/*"
    }
  },
  "author": {
    "name": "Scandit",
    "email": "support@scandit.com"
  },
  "contributors": [
    {
      "name": "Pasquale Mangialavori",
      "email": "pasquale@scandit.com"
    },
    {
      "name": "Anthony Penna",
      "email": "anthony@scandit.com"
    },
    {
      "name": "Sébastien Roch",
      "email": "sebastien@scandit.com"
    },
    {
      "name": "Lorenzo Wölckner",
      "email": "lorenzo@scandit.com"
    }
  ],
  "homepage": "https://www.scandit.com/products/sdk-web/",
  "bugs": {
    "email": "support@scandit.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/scandit"
  },
  "keywords": [
    "scandit",
    "barcode",
    "data capture",
    "capture",
    "qr",
    "scan",
    "scanner",
    "scanning",
    "code",
    "webassembly",
    "sdk",
    "javascript",
    "typescript"
  ],
  "files": [
    "package.json",
    "README.md",
    "README.txt",
    "LICENSE",
    "THIRD_PARTY.txt",
    "build/",
    "sdc-lib/"
  ],
  "scripts": {
    "types-watch": "tsc -p tsconfig.json -w --noEmit --preserveWatchOutput",
    "types:check": "tsc -p tsconfig.json --noEmit",
    "build": "npx tsup",
    "build-coverage": "COVERAGE=true npx tsup",
    "build-dev": "NODE_ENV=debug npx tsup",
    "build-watch": "NODE_ENV=debug npx tsup --watch",
    "clean": "rm -rf build/* coverage/* .nyc_output/*",
    "test": "vitest run",
    "test-ci": "vitest run",
    "test-ci-coverage": "vitest run --coverage",
    "check": "biome check .",
    "check-ci": "biome ci --diagnostic-level=error ."
  },
  "peerDependencies": {
    "@scandit/web-datacapture-core": "8.3.1"
  },
  "dependencies": {
    "@types/emscripten": "1.40.1"
  }
}
