{
  "name": "@ekyc_qoobiss/qbs-ect-cmp",
  "version": "5.7.0",
  "description": "Person Identification Component",
  "main": "./dist/index.cjs.js",
  "module": "./dist/index.js",
  "es2015": "./dist/esm/index.mjs",
  "es2017": "./dist/esm/index.mjs",
  "types": "./dist/types/index.d.ts",
  "collection": "./dist/collection/collection-manifest.json",
  "collection:main": "./dist/collection/index.js",
  "unpkg": "./dist/qbs-ect-cmp/qbs-ect-cmp.esm.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/"
  },
  "files": [
    "dist/",
    "dist/loader/"
  ],
  "browser": {
    "fs": false,
    "path": false,
    "crypto": false
  },
  "scripts": {
    "build": "stencil build --prod",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "generate": "stencil generate",
    "prepublish": "npm run build"
  },
  "dependencies": {
    "@fontsource/inter": "^5.0.15",
    "@fontsource/roboto": "^5.0.14",
    "@mediapipe/face_detection": "^0.4.1646425229",
    "@microsoft/applicationinsights-web": "^3.3.6",
    "@stencil/core": "4.28.2",
    "@stencil/react-output-target": "^0.5.3",
    "@tensorflow-models/face-detection": "^1.0.3",
    "@tensorflow/tfjs": "^4.22.0",
    "dexie": "^4.0.10",
    "idb": "^8.0.0",
    "kalmanjs": "^1.1.0",
    "patch-package": "^8.0.0",
    "piexifjs": "^1.0.6",
    "qrcode": "^1.5.1",
    "tracking": "^1.1.3",
    "util": "^0.12.5"
  },
  "devDependencies": {
    "@d0whc3r/stencil-inline-file": "^0.1.2",
    "@rollup/plugin-image": "^2.1.1",
    "@stencil/angular-output-target": "^0.8.3",
    "@stencil/store": "^2.0.11",
    "@types/jest": "^29.5.8",
    "jest": "^27.4.5",
    "jest-cli": "^29.7.0 ",
    "puppeteer": "^24.4.0",
    "rollup-plugin-node-polyfills": "^0.2.1"
  },
  "license": "MIT"
}
