{
  "name": "expo-av",
  "version": "10.2.0",
  "description": "Expo universal module for Audio and Video playback",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "sideEffects": false,
  "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"
  },
  "keywords": [
    "expo",
    "react-native",
    "audio",
    "video"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo.git",
    "directory": "packages/expo-av"
  },
  "bugs": {
    "url": "https://github.com/expo/expo/issues"
  },
  "author": "650 Industries, Inc.",
  "license": "MIT",
  "homepage": "https://docs.expo.dev/versions/latest/sdk/av/",
  "dependencies": {
    "@expo/config-plugins": "^4.0.2"
  },
  "devDependencies": {
    "expo-module-scripts": "^2.0.0"
  },
  "peerDependencies": {
    "expo": "*"
  },
  "gitHead": "2e5c6983b86d5ecfca028ba64002897d8adc2cc4"
}
