-
Notifications
You must be signed in to change notification settings - Fork 195
/
Copy pathpackage.json
32 lines (32 loc) · 970 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
{
"name": "react-native-background-fetch",
"version": "4.2.6",
"description": "iOS & Android BackgroundFetch API implementation for React Native",
"scripts": {
"build": "yarn run build:expo",
"test": "echo \"Error: no test specified\" && exit 1",
"build:expo": "rimraf expo/plugin/build && tsc --build ./expo/plugin"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/transistorsoft/react-native-background-fetch.git"
},
"keywords": [
"react-native",
"react-component",
"ios",
"background",
"fetch"
],
"author": "Chris Scott, Transistor Software <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/transistorsoft/react-native-background-fetch/issues"
},
"homepage": "https://transistorsoft.github.io/react-native-background-fetch",
"devDependencies": {
"rimraf": "^3.0.2",
"@expo/config-plugins": "^4.1.0",
"typescript": "^4.6.2"
}
}