{
  "name": "@stream-io/audio-filters-web",
  "version": "0.7.3",
  "main": "./dist/cjs/index.js",
  "types": "./dist/types/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "default": "./dist/cjs/index.js"
    }
  },
  "license": "See license in LICENSE",
  "scripts": {
    "clean": "rimraf dist",
    "start": "vite build --watch",
    "build": "yarn clean && concurrently 'vite build' 'tsc'"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/GetStream/stream-video-js.git",
    "directory": "packages/audio-filters-web"
  },
  "sideEffects": false,
  "files": [
    "dist",
    "src",
    "index.ts",
    "package.json",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "dependencies": {
    "wasm-feature-detect": "^1.8.0"
  },
  "devDependencies": {
    "concurrently": "^9.2.1",
    "rimraf": "^6.0.1",
    "typescript": "^5.9.3",
    "vite": "^7.2.7"
  }
}