{
  "name": "@theoplayer/react-native-ui",
  "version": "0.23.3",
  "description": "A React Native UI for @theoplayer/react-native",
  "main": "lib/commonjs/index",
  "module": "lib/module/index",
  "types": "lib/typescript/index.d.ts",
  "react-native": "src/index",
  "source": "src/index",
  "files": [
    "src",
    "lib",
    "cpp",
    "CHANGELOG.md",
    "!lib/typescript/example",
    "!**/__fixtures__",
    "!**/__mocks__"
  ],
  "scripts": {
    "changeset:version": "changeset version && node .changeset/post-process.mjs",
    "typescript": "tsc --noEmit",
    "prettier": "prettier --check \"(src|example)/**/*.{js,jsx,ts,tsx}\"",
    "prettier:fix": "prettier --write \"(src|example)/**/*.{js,jsx,ts,tsx}\"",
    "lint": "eslint \"{src,example}/**/*.{ts,tsx}\"",
    "lint:fix": "npm run lint -- --fix",
    "build": "bob build",
    "prepare": "bob build && husky",
    "docs": "typedoc --treatWarningsAsErrors"
  },
  "lint-staged": {
    "(src|example)/**/*.{js,jsx,ts,tsx}": [
      "prettier --write"
    ]
  },
  "keywords": [
    "react-native",
    "THEOplayer",
    "ios",
    "android"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:THEOplayer/react-native-theoplayer-ui.git"
  },
  "author": "THEO Technologies",
  "license": "SEE LICENSE AT https://www.theoplayer.com/terms",
  "homepage": "https://theoplayer.com/",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "@changesets/cli": "^2.29.7",
    "@eslint/js": "^9.13.0",
    "@react-native/eslint-config": "^0.84.1",
    "@types/react": "^19.2.14",
    "@typescript-eslint/eslint-plugin": "^7.18.0",
    "eslint": "^8.57.1",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-react-hooks": "^7.0.0",
    "husky": "^9.1.7",
    "lint-staged": "^15.5.1",
    "pod-install": "^0.1.39",
    "prettier": "^3.5.3",
    "react": "^19.2.3",
    "react-native": "npm:react-native-tvos@^0.84.1-0",
    "react-native-builder-bob": "^0.39.1",
    "react-native-google-cast": "^4.8.3",
    "react-native-svg": "^15.8.0",
    "react-native-theoplayer": "^11",
    "typedoc": "^0.25.13",
    "typedoc-plugin-external-resolver": "^1.0.3",
    "typedoc-plugin-mdn-links": "^3.3.4",
    "typescript": "5.1.6",
    "typescript-eslint": "^8.30.1"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*",
    "react-native-google-cast": "*",
    "react-native-svg": "^13.8.0 || ^14 || ^15",
    "react-native-theoplayer": "^7 || ^8 || ^9 || ^10 || ^11"
  },
  "eslintIgnore": [
    "node_modules/",
    "lib/"
  ],
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  },
  "dependencies": {
    "@miblanchard/react-native-slider": "^2.6.0",
    "react-native-url-polyfill": "^1.3.0",
    "url-polyfill": "^1.1.12"
  },
  "overrides": {
    "@miblanchard/react-native-slider": {
      "react-native": "$react-native"
    }
  }
}
