{
  "name": "@jspsych-contrib/extension-mediapipe-face-mesh",
  "version": "2.0.0",
  "description": "A jsPsych extension for online tracking of facial posture during trials using the MediaPipe Face Mesh library",
  "type": "module",
  "main": "dist/index.cjs",
  "exports": {
    "import": "./dist/index.js",
    "require": "./dist/index.cjs"
  },
  "typings": "dist/index.d.ts",
  "unpkg": "dist/index.browser.min.js",
  "files": [
    "src",
    "dist"
  ],
  "source": "src/index.ts",
  "scripts": {
    "tsc": "tsc",
    "build": "rollup --config",
    "build:watch": "npm run build -- --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jspsych/jspsych-contrib.git",
    "directory": "packages/extension-mediapipe-face-mesh"
  },
  "author": "C. Martin Grewe",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jspsych/jspsych-contrib/issues"
  },
  "homepage": "https://github.com/jspsych/jspsych-contrib/tree/main/packages/extension-mediapipe-face-mesh",
  "peerDependencies": {
    "jspsych": ">=7.3.0"
  },
  "devDependencies": {
    "@jspsych/config": "^1.0.0",
    "@jspsych/test-utils": "^1.0.0",
    "@types/three": "^0.144.0",
    "jspsych": "^7.3.0"
  },
  "dependencies": {
    "@mediapipe/face_mesh": "0.4.1633559619",
    "autobind": "^1.0.3",
    "three": "0.145.0"
  }
}
