expo-av
Version:
Expo universal module for Audio and Video playback
43 lines (42 loc) • 1.08 kB
JSON
{
"name": "expo-av",
"version": "10.1.3",
"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",
"expo-modules-core": "~0.4.7"
},
"devDependencies": {
"expo-module-scripts": "^2.0.0"
},
"gitHead": "2371e397b0c97b68c4b67799c687363cb609698c"
}