forked from imgly/vesdk-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.27 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
41
42
43
44
45
46
47
48
49
{
"name": "react-native-videoeditorsdk",
"title": "React Native module for VideoEditor SDK",
"version": "2.10.1",
"description": "A React Native module for VideoEditor SDK. Integrate the video editor into your own HTML5, iOS or Android app - in minutes!",
"main": "build/index.js",
"typings": "build/index.d.ts",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module"
},
"repository": {
"type": "git",
"url": "https://github.com/imgly/vesdk-react-native.git"
},
"homepage": "https://www.videoeditorsdk.com",
"keywords": [
"react-native",
"video",
"video editor",
"videoeditor",
"videoeditorsdk",
"VideoEditor SDK",
"SDK",
"ios",
"android"
],
"author": {
"name": "img.ly GmbH",
"email": "[email protected]"
},
"license": "BSD-3-Clause",
"licenseFilename": "LICENSE.md",
"readmeFilename": "README.md",
"peerDependencies": {
"react-native": ">=0.60.0 <1.0.x"
},
"dependencies": {
"@expo/config-plugins": "^4.0.6"
},
"devDependencies": {
"@expo/config-types": "^43.0.1",
"expo-module-scripts": "^2.0.0"
}
}