-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1009 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
42
43
44
{
"name": "movr_module_rn",
"title": "React Native movr sdk",
"version": "1.3.1",
"description": "React Native movr module for iOS and Android",
"main": "index.js",
"files": [
"README.md",
"android",
"index.js",
"index.d.ts",
"ios",
"modules",
"src",
"MovrModuleRn.podspec"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eamers/movr_module_rn.git",
"baseUrl": "https://github.com/eamers/movr_module_rn"
},
"homepage": "https://github.com/eamers/movr_module_rn",
"keywords": [
"react-native"
],
"author": {
"name": "Your Name",
"email": "[email protected]"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": ">=17.0.1",
"react-native": ">=0.65.0 <1.0.x"
},
"devDependencies": {
"@types/react": "^17",
"@types/react-native": "0.68.0"
}
}