{
  "name": "@stream-io/video-filters-web",
  "version": "0.7.5",
  "main": "./dist/index.cjs.js",
  "module": "./dist/index.es.js",
  "types": "./dist/index.d.ts",
  "license": "See license in LICENSE",
  "scripts": {
    "clean": "rimraf dist",
    "start": "rollup -c -w",
    "build": "NODE_ENV=production rollup -c"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/GetStream/stream-video-js.git",
    "directory": "packages/video-filters-web"
  },
  "sideEffects": false,
  "files": [
    "dist",
    "tf",
    "mediapipe",
    "src",
    "index.ts",
    "package.json",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "dependencies": {
    "@mediapipe/tasks-vision": "^0.10.35",
    "@stream-io/worker-timer": "^1.2.5",
    "wasm-feature-detect": "^1.8.0"
  },
  "devDependencies": {
    "@rollup/plugin-replace": "^6.0.3",
    "@rollup/plugin-typescript": "^12.3.0",
    "@types/dom-mediacapture-transform": "^0.1.11",
    "@types/emscripten": "^1.41.5",
    "rimraf": "^6.1.3",
    "rollup": "^4.60.4",
    "typescript": "^5.9.3"
  }
}