{
  "name": "@100mslive/react-native-video-plugin",
  "version": "1.1.4",
  "description": "HMSSDK now provides support for Virtual Background using @100mslive/react-native-video-plugin. It allows users to change their background during a call. Users can choose from a variety of backgrounds or upload their own custom background. It also provides a feature to blur the background.",
  "main": "lib/commonjs/index",
  "module": "lib/module/index",
  "types": "lib/typescript/index.d.ts",
  "react-native": "src/index",
  "source": "src/index",
  "files": [
    "src",
    "lib",
    "android",
    "ios",
    "cpp",
    "sdk-versions.json",
    "*.podspec",
    "!ios/build",
    "!android/build",
    "!android/gradle",
    "!android/gradlew",
    "!android/gradlew.bat",
    "!android/local.properties",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!**/.*"
  ],
  "scripts": {
    "example": "yarn workspace @100mslive/react-native-video-plugin-example",
    "test": "jest",
    "typecheck": "tsc --noEmit",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
    "prepack": "bob build"
  },
  "keywords": [
    "react-native",
    "ios",
    "android",
    "video",
    "live",
    "stream",
    "100ms",
    "audio",
    "webinar",
    "classroom",
    "event",
    "virtual",
    "yoga",
    "studio",
    "room",
    "telehealth",
    "meetup",
    "game",
    "recording",
    "waiting",
    "music",
    "rtmp",
    "broadcast",
    "chat",
    "native",
    "screen",
    "share",
    "track",
    "camera",
    "microphone",
    "speaker",
    "enterprise",
    "ios",
    "android",
    "web",
    "interactive",
    "hls",
    "rtmp",
    "pip",
    "voip",
    "player",
    "webrtc",
    "stream",
    "communication",
    "conference",
    "whiteboard",
    "session",
    "polls",
    "quiz",
    "call",
    "callkit",
    "connection",
    "service",
    "telecom",
    "reaction",
    "cpaas",
    "polls",
    "quiz",
    "leaderboard",
    "virtual",
    "background",
    "blur",
    "plugin",
    "filters",
    "beautify",
    "beauty",
    "enhance",
    "enhancement",
    "snapchat",
    "zoom",
    "teams",
    "ai",
    "noise",
    "cancellation"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/100mslive/react-native-video-plugin.git"
  },
  "author": "Yogesh Singh (https://www.100ms.live/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/100mslive/react-native-video-plugin/issues"
  },
  "homepage": "https://github.com/100mslive/react-native-video-plugin#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "@100mslive/react-native-hms": ">=1.12.0 <2.0.0",
    "@commitlint/config-conventional": "^17.0.2",
    "@evilmartians/lefthook": "^1.5.0",
    "@react-native/babel-preset": "0.78.1",
    "@react-native/eslint-config": "0.78.1",
    "@types/jest": "^29.5.5",
    "@types/react": "^19.0.6",
    "commitlint": "^17.0.2",
    "del-cli": "^5.1.0",
    "eslint": "^8.51.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-prettier": "^5.0.1",
    "jest": "^29.7.0",
    "prettier": "^3.0.3",
    "react": "19.0.0",
    "react-native": "0.78.1",
    "react-native-builder-bob": "^0.20.0",
    "turbo": "^1.10.7",
    "typescript": "^5.7.3"
  },
  "resolutions": {
    "@types/react": "^19.0.6",
    "image-size": "2.0.2",
    "blob": "10.5.0",
    "node-forge": "1.3.3",
    "fast-xml-parser": "^5.3.6",
    "tar": "^7.5.8",
    "qs": "^6.14.2",
    "minimatch": "^10.2.1",
    "js-yaml": "^4.1.1"
  },
  "peerDependencies": {
    "@100mslive/react-native-hms": ">=1.12.0 <2.0.0",
    "react": "*",
    "react-native": "*"
  },
  "workspaces": [
    "example"
  ],
  "packageManager": "yarn@4.10.3",
  "jest": {
    "preset": "react-native",
    "modulePathIgnorePatterns": [
      "<rootDir>/example/node_modules",
      "<rootDir>/lib/"
    ]
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "eslintConfig": {
    "root": true,
    "extends": [
      "@react-native",
      "prettier"
    ],
    "rules": {
      "prettier/prettier": [
        "error",
        {
          "quoteProps": "consistent",
          "singleQuote": true,
          "tabWidth": 2,
          "trailingComma": "es5",
          "useTabs": false
        }
      ]
    }
  },
  "eslintIgnore": [
    "node_modules/",
    "lib/"
  ],
  "prettier": {
    "quoteProps": "consistent",
    "singleQuote": true,
    "tabWidth": 2,
    "trailingComma": "es5",
    "useTabs": false
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  }
}
