{
  "name": "@kinescope/react-native-kinescope-video",
  "version": "1.3.1",
  "description": "A <ReactNativeKinescopeVideo /> element for react-native",
  "main": "dist/commonjs/index.js",
  "module": "dist/module/index.js",
  "react-native": "src/index.ts",
  "types": "dist/typescript/index.d.ts",
  "source": "src/index",
  "repository": "https://github.com/kinescope/react-native-kinescope-video",
  "author": "Vadim Burlakov <vadim@kinescope.io>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kinescope/react-native-kinescope-video/issues"
  },
  "homepage": "https://github.com/kinescope/react-native-kinescope-video#readme",
  "scripts": {
    "prepare": "npx bob build",
    "prettier": "npx prettier --write \"src/**/*.{tsx,ts}\""
  },
  "keywords": [
    "react-component",
    "react-native",
    "ios",
    "android",
    "kinescope",
    "video"
  ],
  "peerDependencies": {
    "@react-native-async-storage/async-storage": "*",
    "react": "*",
    "react-native": "*",
    "react-native-video": "*"
  },
  "dependencies": {
    "@protobuf-ts/runtime": "^2.9.3",
    "base-x": "^4.0.0",
    "base64-js": "^1.5.1",
    "react-native-fetch-api": "^3.0.0",
    "react-native-polyfill-globals": "^3.1.0",
    "react-native-uuid": "^2.0.1",
    "text-encoding": "^0.7.0",
    "web-streams-polyfill": "^3.2.1"
  },
  "devDependencies": {
    "@react-native-async-storage/async-storage": "^1.24.0",
    "@types/react": "~18.0.0",
    "prettier": "^2.8.8",
    "react": "18.2.0",
    "react-native": "0.72.5",
    "react-native-builder-bob": "^0.23.2",
    "react-native-video": "^6.4.2",
    "typescript": "^5.5.3"
  },
  "resolutions": {
    "@types/react": "~18.0.0"
  },
  "files": [
    "src",
    "dist",
    "tsconfig.json"
  ],
  "react-native-builder-bob": {
    "source": "src",
    "output": "dist",
    "targets": [
      "commonjs",
      "module",
      "typescript"
    ]
  },
  "standard-version": {
    "skip": {
      "tag": true,
      "commit": true
    }
  },
  "engines": {
    "node": ">= 16"
  }
}
