-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
40 lines (40 loc) · 942 Bytes
/
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": "react-native-video-manager",
"version": "0.1.2",
"license": "MIT",
"bugs": {
"url": "https://github.com/lklima/react-native-video-manager/issues"
},
"homepage": "https://github.com/lklima/react-native-video-manager#readme",
"description": "Module cross platform to merge multiple videos",
"repository": {
"type": "git",
"url": "https://github.com/lklima/react-native-video-manager"
},
"keywords": [
"react",
"react-native",
"ios",
"android",
"video",
"manager",
"merge",
"videoedit"
],
"author": "Lucas Lima",
"main": "index.ts",
"scripts": {
"pods": "cd example && pod install"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@types/jest": "^27.5.1",
"@types/react": "^18.0.9",
"@types/react-native": "^0.67.7",
"@types/react-test-renderer": "^18.0.0",
"typescript": "^4.6.4"
}
}