{
  "name": "@stream-io/video-react-bindings",
  "version": "1.15.0",
  "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.6.0",
    "rxjs": "~7.8.2"
  },
  "peerDependencies": {
    "@stream-io/video-client": "^1.48.0",
    "react": "^17 || ^18 || ^19"
  },
  "devDependencies": {
    "@rollup/plugin-typescript": "^12.1.4",
    "@stream-io/video-client": "^1.48.0",
    "@types/react": "~19.1.17",
    "react": "19.1.0",
    "rimraf": "^6.0.1",
    "rollup": "^4.52.4",
    "typescript": "^5.9.3"
  }
}