{
  "name": "idswyft-engine",
  "version": "1.0.0",
  "description": "ML verification engine worker for Idswyft identity verification platform",
  "type": "module",
  "main": "dist/server.js",
  "scripts": {
    "dev": "tsx watch --clear-screen=false src/server.ts",
    "build": "node download-models.js && tsc && tsc-alias",
    "start": "node dist/server.js",
    "type-check": "tsc --noEmit"
  },
  "dependencies": {
    "@idswyft/shared": "*",
    "@sentry/node": "^10.56.0",
    "@sentry/profiling-node": "^10.56.0",
    "@tensorflow/tfjs": "^4.22.0",
    "@tensorflow/tfjs-backend-wasm": "^4.22.0",
    "@vladmandic/face-api": "^1.7.14",
    "@zxing/library": "^0.23.0",
    "dotenv": "^17.4.2",
    "express": "^4.22.1",
    "image-size": "^1.0.2",
    "mrz": "^5.0.2",
    "multer": "^1.4.5-lts.1",
    "onnxruntime-node": "^1.26.0",
    "parse-usdl": "^3.2.0",
    "pixelmatch": "^4.0.2",
    "ppu-paddle-ocr": "^4.1.1",
    "sharp": "^0.34.5",
    "sherpa-onnx-node": "^1.13.2",
    "winston": "^3.11.0",
    "zod": "^3.22.4"
  },
  "optionalDependencies": {
    "canvas": "^3.2.3",
    "jimp": "^0.22.10",
    "tesseract.js": "^5.0.4"
  },
  "devDependencies": {
    "@types/express": "^4.17.21",
    "@types/multer": "^1.4.11",
    "@types/node": "^20.10.0",
    "tsc-alias": "^1.8.17",
    "tsx": "^4.22.4",
    "typescript": "^5.3.2"
  }
}
