{
  "name": "js-document-autocapture",
  "version": "1.0.6",
  "description": "Free browser-native document auto-capture SDK with ML detection, perspective correction, and quality gates. No watermarks, no server uploads.",
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "license": "MIT",
  "author": "Maaz Khan (https://github.com/maazkhan77)",
  "repository": {
    "type": "git",
    "url": "https://github.com/maazkhan77/document-autocapture",
    "directory": "packages/sdk-headless"
  },
  "homepage": "https://github.com/maazkhan77/document-autocapture#readme",
  "bugs": {
    "url": "https://github.com/maazkhan77/document-autocapture/issues"
  },
  "keywords": [
    "document-scanner",
    "document-capture",
    "document-autocapture",
    "document-detection",
    "browser-scanner",
    "camera-capture",
    "id-scanner",
    "passport-scanner",
    "perspective-correction",
    "image-warp",
    "opencv",
    "webgl",
    "ml-detection",
    "client-side",
    "no-watermark",
    "privacy-first",
    "edge-detection",
    "quad-detection",
    "auto-capture",
    "javascript-sdk",
    "typescript",
    "esm"
  ],
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "devDependencies": {
    "@document-autocapture/core-engine": "1.0.0",
    "@document-autocapture/warp-cpu": "1.0.0",
    "@document-autocapture/ml-tf-fallback": "1.0.0",
    "@document-autocapture/runtime-web": "1.0.0",
    "@document-autocapture/worker-runtime": "1.0.0"
  },
  "scripts": {
    "build": "tsup src/index.ts --format esm --dts --dts-resolve --clean && tsup build/worker.entry.ts --format esm --splitting false --clean=false --out-dir dist && node scripts/postbuild.mjs",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test": "vitest run --passWithNoTests",
    "lint": "eslint src --ext .ts"
  }
}