-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "expo-transparent-video",
"version": "0.3.1",
"description": "An Android transparent video component for React Native and Expo.",
"keywords": [
"react-native",
"expo",
"video",
"player",
"transparent"
],
"homepage": "https://github.com/software-mansion-labs/transparent-video",
"repository": "https://github.com/software-mansion-labs/transparent-video.git",
"license": "MIT",
"sideEffects": false,
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"expo-module": "expo-module",
"lint": "expo-module lint",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"test": "expo-module test"
},
"dependencies": {},
"devDependencies": {
"expo": "~52.0.9",
"expo-module-scripts": "^3.5.0",
"react-native": "^0.76.1"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
},
"title": "Expo Transparent Video",
"author": "Kamil Owczarz <[email protected]>"
}