UNPKG

1.33 kBJSONView Raw
1{
2 "name": "expo-av",
3 "version": "8.2.1",
4 "description": "Expo universal module for Audio and Video playback",
5 "main": "build/index.js",
6 "types": "build/index.d.ts",
7 "sideEffects": false,
8 "scripts": {
9 "build": "expo-module build",
10 "clean": "expo-module clean",
11 "lint": "expo-module lint",
12 "test": "expo-module test",
13 "prepare": "expo-module prepare",
14 "prepublishOnly": "expo-module prepublishOnly",
15 "expo-module": "expo-module"
16 },
17 "keywords": [
18 "expo",
19 "react-native",
20 "audio",
21 "video"
22 ],
23 "repository": {
24 "type": "git",
25 "url": "https://github.com/expo/expo.git",
26 "directory": "packages/expo-av"
27 },
28 "bugs": {
29 "url": "https://github.com/expo/expo/issues"
30 },
31 "author": "650 Industries, Inc.",
32 "license": "MIT",
33 "homepage": "https://docs.expo.io/versions/latest/sdk/av/",
34 "unimodulePeerDependencies": {
35 "@unimodules/core": "*",
36 "expo-asset": "*",
37 "unimodules-permissions-interface": "*"
38 },
39 "peerDependencies": {
40 "react": "*",
41 "react-native": "*"
42 },
43 "devDependencies": {
44 "babel-preset-expo": "~8.2.3",
45 "expo-module-scripts": "~1.2.0"
46 },
47 "dependencies": {
48 "lodash": "^4.17.15",
49 "nullthrows": "^1.1.0",
50 "prop-types": "15.7.2"
51 },
52 "gitHead": "1bc594b4a2f5154c335bdb35f984710a766d9199"
53}