{
  "name": "mtr-facemesh",
  "version": "7.0.0",
  "description": "Face Mesh for MTR projects.",
  "main": "dist/lib/mtr_facemesh.js",
  "private": false,
  "keywords": [],
  "scripts": {
    "build": "esbuild ./src/mtr_facemesh.ts --bundle --target=es2020 --minify --format=esm --outfile=./dist/lib/mtr_facemesh.js",
    "make-dev": "mkdir dev && cp -r dist/* dev/",
    "watch": "esbuild ./src/mtr_facemesh.ts --bundle --target=es2020 --format=esm --outfile=./dist/lib/mtr_facemesh.js --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/morethanrealio/mtr-facemesh.git"
  },
  "author": "morethanrealio",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/morethanrealio/mtr-facemesh/issues"
  },
  "homepage": "https://github.com/morethanrealio/mtr-facemesh#readme",
  "devDependencies": {
    "@types/jsdom": "^20.0.0",
    "@types/node": "^18.7.13",
    "@types/skmeans": "^0.11.4",
    "@types/stats": "^0.16.30",
    "@types/three": "^0.182.0",
    "esbuild": "^0.25.11",
    "gts": "^3.1.0",
    "prettier": "^2.8.8",
    "typescript": "^4.8.2"
  },
  "dependencies": {
    "@mediapipe/drawing_utils": "^0.3.1620248257",
    "@mediapipe/face_mesh": "^0.4.1633559619",
    "@mediapipe/tasks-vision": "^0.10.22-rc.20250304",
    "@tensorflow-models/face-detection": "^1.0.3",
    "@tensorflow-models/face-landmarks-detection": "^1.0.6",
    "@tensorflow/tfjs-backend-cpu": "^4.22.0",
    "@tensorflow/tfjs-backend-wasm": "^4.22.0",
    "@tensorflow/tfjs-backend-webgl": "^4.22.0",
    "@tensorflow/tfjs-converter": "^4.22.0",
    "@tensorflow/tfjs-core": "^4.22.0",
    "html-to-image": "^1.11.13",
    "jsdom": "^20.0.0",
    "onnxruntime-web": "^1.18.0",
    "skmeans": "^0.11.3",
    "stats.js": "^0.16.0",
    "three": "^0.182.0"
  }
}
