{
  "name": "@glyph-cat/ml-helpers",
  "version": "1.3.0",
  "description": "Helper functions to use in conjunction with machine learning outputs such as mediapipe.",
  "main": "lib/cjs/index.js",
  "types": "lib/types/index.d.ts",
  "files": [
    "lib"
  ],
  "scripts": {
    "afe": "tsx ./scripts/run/auto-forward-exports",
    "clean": "rm -rf ./lib ./temp/tsc",
    "lint": "eslint .",
    "test": "jest -c jest.config.ts",
    "bundle": "rollup -c ./config/rollup.config.js",
    "types": "yarn tsc --declaration",
    "api": "api-extractor run -c ./config/api-extractor.json --local --verbose",
    "build": "sh scripts/run/build.sh",
    "bump": "yarn --cwd ../../../ bump -n ml-helpers",
    "all": "sh scripts/run/all.sh"
  },
  "keywords": [
    "mediapipe",
    "HandPose",
    "FingerPose"
  ],
  "author": "glyph-cat",
  "readme": "README.md",
  "license": "MIT",
  "homepage": "https://github.com/glyph-cat/swiss-army-knife/tree/main/src/packages/ml-helpers#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/glyph-cat/swiss-army-knife.git"
  },
  "bugs": {
    "url": "https://github.com/glyph-cat/swiss-army-knife/issues"
  },
  "dependencies": {
    "@glyph-cat/foundation": "0.0.0-experimental.89",
    "@glyph-cat/swiss-army-knife": "0.0.0-experimental.89",
    "@mediapipe/drawing_utils": "^0.3.1675466124",
    "@mediapipe/hands": "^0.4.1675469240",
    "@mediapipe/tasks-vision": "^0.10.22-rc.20250304",
    "cotton-box": "^0.14.0"
  }
}