{
  "version": "0.17.2",
  "license": "BSD-2-Clause",
  "keywords": [
    "daily",
    "react",
    "hooks",
    "audio",
    "video",
    "chat",
    "live",
    "webrtc",
    "browser",
    "library"
  ],
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=12"
  },
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "jest --passWithNoTests",
    "lint": "eslint . --ext ts,tsx",
    "prepare": "tsdx build",
    "size": "size-limit",
    "analyze": "size-limit --why"
  },
  "peerDependencies": {
    "@daily-co/daily-js": ">=0.45.0 <1",
    "react": ">=16.13.1",
    "recoil": "^0.7.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"
    }
  ],
  "module": "dist/daily-react.esm.js",
  "size-limit": [
    {
      "path": "dist/daily-react.cjs.production.min.js",
      "limit": "10 KB"
    },
    {
      "path": "dist/daily-react.esm.js",
      "limit": "10 KB"
    }
  ],
  "devDependencies": {
    "@size-limit/preset-small-lib": "^5.0.3",
    "@testing-library/react": "^12.1.5",
    "@testing-library/react-hooks": "^7.0.2",
    "@types/faker": "^5.5.9",
    "@types/jest": "^27.0.1",
    "@types/lodash.throttle": "^4.1.6",
    "@types/react": "^17.0.20",
    "@types/react-dom": "^17.0.9",
    "@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.1.6",
    "faker": "^5.5.3",
    "fs-extra": "^10.1.0",
    "husky": "^7.0.2",
    "jest": "^27.0.5",
    "prettier-eslint": "^12.0.0",
    "prettier-eslint-cli": "^1.2.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "recoil": "^0.7.0",
    "size-limit": "^5.0.3",
    "ts-jest": "^27.0.5",
    "tsdx": "^0.14.1",
    "tslib": "^2.3.1",
    "typescript": "^4.4.3"
  },
  "dependencies": {
    "fast-deep-equal": "^3.1.3",
    "lodash.throttle": "^4.1.1"
  }
}
