{
  "name": "@benjipt/expo-video-pip-hooks",
  "title": "Expo Video with PIP Restoration Hooks",
  "version": "2.2.2-pip-hooks.16",
  "description": "A cross-platform, performant video component for React Native and Expo with Web support",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "sideEffects": false,
  "files": [
    "build/",
    "android/",
    "ios/",
    "plugin/",
    "app.plugin.js",
    "expo-module.config.json",
    "README.md",
    "CHANGELOG.md"
  ],
  "scripts": {
    "build": "expo-module build",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "prepare": "expo-module prepare",
    "prepublishOnly": "expo-module prepublishOnly",
    "expo-module": "expo-module"
  },
  "homepage": "https://docs.expo.dev/versions/latest/sdk/video/",
  "repository": {
    "type": "git",
    "url": "https://github.com/benjipt/expo.git",
    "directory": "packages/expo-video"
  },
  "keywords": [
    "react-native",
    "expo",
    "video",
    "player",
    "picture-in-picture",
    "pip",
    "restoration"
  ],
  "author": "650 Industries, Inc.",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {},
  "devDependencies": {
    "expo-module-scripts": "^4.1.7"
  },
  "peerDependencies": {
    "expo": "*",
    "react": "*",
    "react-native": "*"
  }
}
