UNPKG

expo-av

Version:

Expo universal module for Audio and Video playback

46 lines 1.16 kB
{ "name": "expo-av", "version": "8.1.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.io/versions/latest/sdk/av/", "unimodulePeerDependencies": { "@unimodules/core": "*" }, "devDependencies": { "babel-preset-expo": "~8.1.0", "expo-module-scripts": "~1.2.0" }, "gitHead": "3ad68bbd9847ebc8a55272c263b17d998a92f64f", "dependencies": { "lodash": "^4.17.15", "nullthrows": "^1.1.0" } }