{
  "version": "0.23.2",
  "license": "BSD-2-Clause",
  "keywords": [
    "daily",
    "react",
    "hooks",
    "audio",
    "video",
    "chat",
    "live",
    "webrtc",
    "browser",
    "library"
  ],
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=12"
  },
  "scripts": {
    "prebuild": "npm run clean",
    "build": "rollup -c",
    "build:watch": "rollup -c -w",
    "clean": "rimraf dist",
    "prepublishOnly": "npm run clean && npm run build",
    "clearJestCache": "jest --clearCache",
    "test": "jest --passWithNoTests",
    "lint": "eslint . --ext ts,tsx",
    "prepare": "rollup -c",
    "size": "size-limit",
    "analyze": "size-limit --why"
  },
  "peerDependencies": {
    "@daily-co/daily-js": ">=0.68.0 <1",
    "jotai": "^2",
    "react": "^16.8 || ^17.0 || ^18.0 || ^19.0",
    "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0"
  },
  "husky": {
    "hooks": {
      "pre-commit": "eslint . --ext ts,tsx"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "name": "@daily-co/daily-react",
  "author": "Daily (https://daily.co)",
  "homepage": "https://docs.daily.co/reference/daily-react",
  "repository": "github:daily-co/daily-react",
  "contributors": [
    {
      "name": "Christian Stuff",
      "url": "https://github.com/Regaddi"
    }
  ],
  "size-limit": [
    {
      "path": "dist/index.js",
      "limit": "16 KB"
    },
    {
      "path": "dist/index.esm.js",
      "limit": "17 KB"
    }
  ],
  "devDependencies": {
    "@babel/preset-env": "^7.28.3",
    "@faker-js/faker": "^8.4.1",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^28.0.6",
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^12.1.4",
    "@size-limit/preset-small-lib": "^5.0.3",
    "@testing-library/react": "^15.0.5",
    "@types/faker": "^5.5.9",
    "@types/jest": "^27.0.1",
    "@types/lodash.throttle": "^4.1.6",
    "@types/react": "^18.3.1",
    "@typescript-eslint/eslint-plugin": "^4.22.1",
    "@typescript-eslint/parser": "^4.0.0",
    "eslint": "^7.23.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-jest": "^24.7.0",
    "eslint-plugin-prettier": "^3.4.0",
    "eslint-plugin-react": "^7.20.3",
    "eslint-plugin-react-hooks": "^4.0.8",
    "eslint-plugin-simple-import-sort": "^7.0.0",
    "eslint-plugin-sort-destructure-keys": "^1.4.0",
    "fake-mediastreamtrack": "^1.2.0",
    "fs-extra": "^10.1.0",
    "husky": "^7.0.2",
    "jest": "^27.0.5",
    "jotai": "^2.9.3",
    "prettier-eslint": "^12.0.0",
    "prettier-eslint-cli": "^1.2.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rimraf": "^5.0.10",
    "rollup": "^4.44.2",
    "rollup-plugin-copy": "^3.5.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "size-limit": "^5.0.3",
    "ts-jest": "^27.0.5",
    "tslib": "^2.3.1",
    "typescript": "^4.9.5"
  },
  "dependencies": {
    "fast-deep-equal": "^3.1.3",
    "lodash.throttle": "^4.1.1"
  }
}
