@supersami/rn-foreground-service
Version:
A Foreground Service for React Native
28 lines (27 loc) • 599 B
JSON
{
"name": "@supersami/rn-foreground-service",
"version": "2.2.5",
"description": "A Foreground Service for React Native",
"main": "index.js",
"repository": "Raja0sama/rn-foreground-service",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node postinstall.js"
},
"license": "MIT",
"keywords": [
"react",
"react-native",
"android",
"foreground",
"service",
"background"
],
"author": {
"name": "Raja Osama (supersami)"
},
"peerDependencies": {
"react-native": ">=0.59.0"
},
"dependencies": {}
}