{
  "name": "@stream-io/video-react-bindings",
  "version": "1.16.2",
  "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"
  },
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/GetStream/stream-video-js.git",
    "directory": "packages/react-bindings"
  },
  "files": [
    "dist",
    "src",
    "index.ts",
    "package.json",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "dependencies": {
    "i18next": "^25.10.10",
    "rxjs": "~7.8.2"
  },
  "peerDependencies": {
    "@stream-io/video-client": "^1.52.0",
    "react": "^17 || ^18 || ^19"
  },
  "devDependencies": {
    "@rollup/plugin-typescript": "^12.3.0",
    "@stream-io/video-client": "^1.52.0",
    "@types/react": "~19.2.15",
    "react": "19.2.3",
    "rimraf": "^6.1.3",
    "rollup": "^4.60.4",
    "typescript": "^5.9.3"
  }
}