{
  "displayName": "CoreML",
  "name": "@camera.ui/camera-ui-coreml",
  "version": "1.2.8",
  "description": "Apple CoreML detection backend for camera.ui. Runs object detection, face detection and recognition, license plate recognition with OCR, and CLIP semantic embeddings on Apple hardware.",
  "author": "seydx (https://github.com/cameraui/plugins)",
  "main": "./dist/main.py",
  "type": "commonjs",
  "scripts": {
    "build": "mypy src",
    "bundle": "npm run format && npm run lint && npm run build && cui bundle",
    "bundle:dev": "npm run format && npm run lint && npm run build && cross-env MODE=development cui bundle",
    "format": "ruff format",
    "install-updates": "npm i --save --force",
    "lint": "ruff check --fix",
    "prepublishOnly": "node -e \"if(!process.env.SAFE_PUBLISH){console.error('Error: Please use @camera.ui/cli to publish the plugin:\\n  npm run publish:alpha\\n  npm run publish:beta\\n  npm run publish:latest\\n');process.exit(1)}\"",
    "publish:alpha": "npm i --save --force && npm run bundle && cui publish --alpha",
    "publish:beta": "npm i --save --force && npm run bundle && cui publish --beta",
    "publish:latest": "npm i --save --force && npm run bundle && cui publish --latest",
    "update": "updates --update ./ && cupdate"
  },
  "bugs": {
    "url": "https://github.com/cameraui/plugins/issues"
  },
  "engines": {
    "camera.ui": ">=2.1.10",
    "node": ">=22.0.0"
  },
  "os": [
    "darwin"
  ],
  "cpu": [],
  "homepage": "https://github.com/cameraui/plugins/tree/main/camera-ui-coreml#readme",
  "keywords": [
    "camera-ui-plugin",
    "object",
    "clip-detection",
    "clip",
    "face-detection",
    "face",
    "license-plate",
    "lpd",
    "ocr",
    "alpr",
    "coreml",
    "detection"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cameraui/plugins.git",
    "directory": "camera-ui-coreml"
  },
  "cameraui": {
    "protocolLevel": 2
  },
  "files": [
    "bundle.zip",
    "CHANGELOG.md"
  ]
}