-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 916 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
41
{
"name": "react-native-livebundle",
"version": "1.0.0",
"description": "LiveBundle native module",
"main": "index.js",
"scripts": {
"format": "prettier --write .",
"lint": "eslint ."
},
"files": [
"README.md",
"android",
"assets",
"index.js",
"LiveBundle.js",
"LiveBundleUI.js",
"ios",
"react-native-livebundle.podspec"
],
"repository": {
"type": "git",
"url": "git+https://github.com/electrode-io/react-native-livebundle.git"
},
"keywords": [
"livebundle",
"react-native"
],
"license": "Apache-2.0",
"devDependencies": {
"@react-native-community/eslint-config": "^2.0.0",
"eslint": "7.14.0",
"react": "17.0.1",
"react-native": "0.64.1",
"react-native-camera": "^3.43.8"
},
"peerDependencies": {
"react": "^17.0.1",
"react-native": ">=0.60.0-rc.0 <1.0.x",
"react-native-camera": "^3.42.0"
}
}