{
  "name": "ppu-uniface",
  "version": "3.0.0",
  "description": "Typescript, type-safe, opinionated port of python's uniface: a comprehensive library for face detection, recognition, ~~landmark analysis, age, and gender detection.~~",
  "keywords": [
    "bun-compatible",
    "computer-vision",
    "image-processing",
    "facial-recognition",
    "face-recognition",
    "facial-verification",
    "face-verification",
    "facenet512",
    "facenet",
    "deepface",
    "onnx",
    "onnxruntime",
    "typescript-face-recognition",
    "uniface",
    "deep-insight",
    "cosine-similarity",
    "face-alignment",
    "face-landmarks",
    "web-face-recognition",
    "browser",
    "onnxruntime-web"
  ],
  "author": "snowfluke",
  "license": "MIT",
  "type": "module",
  "main": "./index.js",
  "types": "./index.d.ts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "default": "./index.js"
    },
    "./web": {
      "types": "./web/index.d.ts",
      "default": "./web/index.js"
    }
  },
  "scripts": {
    "task": "bun scripts/task.ts",
    "benchmark": "bun task bench",
    "build:test": "bun task build && bun test",
    "build:publish": "bun task build && bun task report-size && bun task publish",
    "lint": "prettier --check ./src",
    "lint:fix": "prettier --write ./src",
    "inspect": "bun run scripts/inspect-onnx.ts",
    "warmup": "bun run scripts/warmup.ts",
    "demo": "bunx -y serve -l 1212 ."
  },
  "devDependencies": {
    "@types/bun": "latest",
    "@types/uglify-js": "latest",
    "mitata": "latest",
    "onnxruntime-node": "^1.23.2",
    "onnxruntime-web": "^1.23.2",
    "prettier": "3.6.2",
    "tsx": "latest",
    "typescript": "latest",
    "uglify-js": ">=2.4.24"
  },
  "peerDependencies": {
    "typescript": "^5",
    "onnxruntime-node": "^1.23.2"
  },
  "peerDependenciesMeta": {
    "onnxruntime-node": {
      "optional": true
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/PT-Perkasa-Pilar-Utama/ppu-uniface.git"
  },
  "dependencies": {
    "onnxruntime-common": "^1.23.2",
    "ppu-ocv": "^2.0.0"
  }
}
