forked from react-native-push-notification/ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.66 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "@react-native-community/push-notification-ios",
"version": "1.10.1",
"description": "React Native Push Notification API for iOS",
"main": "js/index.js",
"types": "index.d.ts",
"author": "Rafael Lincoln <rafaellincolnpereira@gmail.com>",
"contributors": [
"Jesse Katsumata <jesse.katsumata@gmail.com>"
],
"homepage": "https://github.com/react-native-community/push-notification-ios#readme",
"license": "MIT",
"files": [
"android",
"ios",
"js",
"index.d.ts",
"RNCPushNotificationIOS.podspec"
],
"scripts": {
"start": "react-native start",
"android": "cd example && react-native run-android",
"ios": "cd example && react-native run-ios",
"test": "yarn test:flow && yarn test:js",
"test:flow": "flow check",
"test:js": "echo 0",
"lint": "eslint \"js/*.js\" --cache",
"test:tsc": "tsc --noEmit"
},
"keywords": [
"react-native",
"react native",
"push notification ios",
"push notification",
"notification ios",
"notification"
],
"peerDependencies": {
"react": ">=16.6.3",
"react-native": ">=0.58.4"
},
"dependencies": {
"invariant": "^2.2.4"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@react-native-community/eslint-config": "^3.0.0",
"babel-jest": "^27.0.6",
"babel-plugin-module-resolver": "^3.1.3",
"eslint": "^7.32.0",
"flow-bin": "0.137.0",
"jest": "^27.0.6",
"metro-react-native-babel-preset": "^0.64.0",
"react": "17.0.1",
"react-native": "0.64.2",
"typescript": "^3.9.5"
},
"repository": {
"type": "git",
"url": "https://github.com/react-native-community/push-notification-ios.git"
}
}