react-native-background-fetch
Version:
iOS & Android BackgroundFetch API implementation for React Native
33 lines (32 loc) • 971 B
JSON
{
"name": "react-native-background-fetch",
"version": "4.2.8",
"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://git@github.com/transistorsoft/react-native-background-fetch.git"
},
"keywords": [
"react-native",
"react-component",
"ios",
"background",
"fetch"
],
"author": "Chris Scott, Transistor Software <chris@transistorsoft.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/transistorsoft/react-native-background-fetch/issues"
},
"homepage": "https://transistorsoft.github.io/react-native-background-fetch",
"devDependencies": {
"@expo/config-plugins": "^10.0.2",
"rimraf": "^3.0.2",
"typescript": "^4.6.2"
}
}