expo-av
Version:
Expo universal module for Audio and Video playback
50 lines (49 loc) • 1.19 kB
JSON
{
"name": "expo-av",
"version": "15.0.2",
"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/",
"devDependencies": {
"expo-module-scripts": "^4.0.3"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*",
"react-native-web": "*"
},
"peerDependenciesMeta": {
"react-native-web": {
"optional": true
}
},
"gitHead": "986a4689b91f3efc527f7178a320b987c0005842"
}