-
Notifications
You must be signed in to change notification settings - Fork 426
/
package.json
45 lines (45 loc) · 1.35 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
{
"name": "react-native-background-geolocation",
"version": "4.17.6",
"description": "The most sophisticated cross-platform background location-tracking & geofencing module with battery-conscious motion-detection intelligence",
"scripts": {
"build": "yarn run build:expo",
"test": "echo \"Error: no test specified\" && exit 1",
"build:expo": "rimraf expo/plugin/build && tsc --build ./expo/plugin"
},
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/transistorsoft/react-native-background-geolocation.git"
},
"keywords": [
"react-native",
"react-component",
"ios",
"android",
"background",
"geolocation",
"tracking",
"geofence",
"geofencing"
],
"author": "Chris Scott <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/transistorsoft/react-native-background-geolocation/issues"
},
"homepage": "https://www.transistorsoft.com/shop/products/react-native-background-geolocation",
"dependencies": {
"react-native-background-fetch": "~4.2.5"
},
"devDependencies": {
"@expo/config-plugins": "^4.1.0",
"@transistorsoft/typedoc-theme": "^2.0.9",
"@types/node": "^18.11.5",
"chalk": "^4.1.0",
"fs-extra": "^9.1.0",
"path": "^0.12.7",
"rimraf": "^3.0.2",
"typescript": "^4.6.2"
}
}