{
  "name": "@biopassid/face-sdk",
  "version": "1.3.46",
  "description": "",
  "main": "./index.js",
  "module": "./esm/index.js",
  "unpkg": "./face-sdk.min.js",
  "types": "./index.d.ts",
  "scripts": {
    "build": "node scripts/build.js && tsc",
    "dev": "node scripts/serve.mjs -w",
    "link": "npm link ./dist"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vsofttecnologia/face-sdk-js.git"
  },
  "keywords": [
    "face",
    "capture",
    "face capture",
    "face recognition",
    "face verification",
    "face identification",
    "face detection",
    "face positioning",
    "camera",
    "sdk",
    "photo",
    "component",
    "javascript",
    "react",
    "Vue.js",
    "biometric",
    "biopassid",
    "biopass id",
    "facial",
    "recognition",
    "facial recognition"
  ],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/biopass-id/face-sdk/issues"
  },
  "homepage": "https://github.com/biopass-id/face-sdk#readme",
  "devDependencies": {
    "@types/node": "^24.10.0",
    "@typescript-eslint/eslint-plugin": "^5.14.0",
    "@typescript-eslint/parser": "^5.14.0",
    "esbuild": "^0.15.11",
    "esbuild-serve": "^1.0.1",
    "eslint": "^8.10.0",
    "typescript": "^4.6.2"
  },
  "dependencies": {
    "@4backs/render-function": "^0.0.4",
    "@biopassid/face-sdk": "^1.3.8",
    "crypto-browserify": "^3.12.0",
    "face-api.js": "^0.22.2"
  }
}
