forked from voximplant/react-native-foreground-service
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
46 lines (46 loc) · 1.18 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
46
{
"name": "react-native-foreground-service-android",
"version": "1.0.18",
"description": "React native module to start foreground service on android",
"main": "index.js",
"types": "index.d.ts",
"files": [
"README.md",
"android",
"index.js",
"index.d.ts"
],
"scripts": {
"build": "tsc",
"push": "npx bump && yarn build && git add . && git commit -m \"$message\" && git push"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ko-devHong/react-native-foreground-service.git"
},
"keywords": [
"react-native",
"foreground",
"service",
"android",
"ko-devHong",
"react-native-foreground",
"react-native-foreground-service",
"react-native-foreground-service-android"
],
"author": "Lee tae hong. <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/ko-devHong/react-native-foreground-service",
"peerDependencies": {
"react-native": ">= 0.41.2"
},
"devDependencies": {
"react": "^17.0.2",
"react-native": "^0.66.3",
"typescript": "^4.4.4"
},
"bugs": {
"url": "https://github.com/ko-devHong/react-native-foreground-service/issues"
},
"dependencies": {}
}