-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 930 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
{
"name": "react-native-mo-geolocation",
"version": "0.1.10",
"description": "react-native geolocation api with background support",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"package.json",
"src/*",
"lib/*",
"android",
"ios/**/*.{h,m,pbxproj}",
"*.podspec"
],
"devDependencies": {
"@types/react-native": "^0.73.0",
"react": "^18.2.0",
"react-native": "^0.76.4",
"typescript": "^5.7.2"
},
"dependencies": {
"mo-core": "^0.1.6"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mo22/react-native-mo-geolocation.git"
},
"author": "Moritz Moeller <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mo22/react-native-mo-geolocation/issues"
},
"homepage": "https://github.com/mo22/react-native-mo-geolocation#readme"
}