{
  "name": "expo-video-metadata",
  "version": "1.5.0",
  "description": "Module to retrieve metadata from a video with Web, Expo and React Native",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "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",
    "open:ios": "open -a \"Xcode\" example/ios",
    "open:android": "open -a \"Android Studio\" example/android"
  },
  "keywords": [
    "react-native",
    "expo",
    "expo-video-metadata",
    "ExpoVideoMetadata",
    "react native",
    "video module",
    "video metadata",
    "video",
    "metadata"
  ],
  "repository": "https://github.com/hirbod/expo-video-metadata",
  "bugs": {
    "url": "https://github.com/hirbod/expo-video-metadata/issues"
  },
  "author": "Hirbod Mirjavadi (https://github.com/hirbod)",
  "license": "MIT",
  "homepage": "https://github.com/hirbod/expo-video-metadata#readme",
  "devDependencies": {
    "expo": "^52.0.23",
    "expo-module-scripts": "^3.5.2"
  },
  "peerDependencies": {
    "expo": "*",
    "react": "*",
    "react-native": "*"
  },
  "packageManager": "yarn@4.5.3"
}
