-
Notifications
You must be signed in to change notification settings - Fork 374
/
package.json
45 lines (45 loc) · 1.09 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-onesignal",
"version": "5.2.6",
"description": "React Native OneSignal SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepare": "yarn run build",
"build": "tsc",
"lint": "eslint src --ext .js,.jsx,.ts,.tsx; prettier --check src"
},
"dependencies": {
"invariant": "^2.2.2"
},
"devDependencies": {
"@react-native-community/eslint-config": "^1.1.0",
"@types/invariant": "^2.2.2",
"@types/react-native": "^0.66.8",
"eslint": "^7.0.0",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.7.1",
"typescript": "^3.8.3"
},
"keywords": [
"react-component",
"react-native",
"ios",
"android",
"notifications",
"push",
"apns",
"fcm",
"gcm",
"onesignal"
],
"bugs": {
"url": "https://github.com/OneSignal/react-native-onesignal/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/OneSignal/react-native-onesignal"
},
"author": "OneSignal <https://www.onesignal.com>, Geektime <http://www.geektime.co.il>",
"license": "MIT"
}