{
  "type": "module",
  "name": "careplix-scan-sdk",
  "version": "1.3.0",
  "description": "CarePlix NPM Module for Web to generate Raw-Data from Camera",
  "keywords": [
    "CarePlix",
    "FaceScan",
    "FingerScan",
    "PPG",
    "RPPG",
    "PWA",
    "iOS",
    "Android"
  ],
  "author": "CareNow HealthCare <help@carenow.healthcare> (https://github.com/CareNow-HealthCare)",
  "maintainers": [
    "Arnab-CarePlix <arnab@careplix.com> (https://github.com/Arnab-CarePlix)"
  ],
  "homepage": "https://github.com/CareNow-HealthCare/careplix-scan-sdk#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CareNow-HealthCare/careplix-scan-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/CareNow-HealthCare/careplix-scan-sdk/issues"
  },
  "license": "UNLICENSED",
  "main": "index.js",
  "types": "index.d.ts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.js"
    }
  },
  "files": [
    "index.js",
    "index.d.ts",
    "facescan.js",
    "facescan.d.ts",
    "fingerscan.js",
    "fingerscan.d.ts",
    "common.js",
    "common.d.ts",
    "README.md",
    "LICENSE.txt"
  ]
}
