-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 978 Bytes
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 978 Bytes
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
{
"name": "mtpush-react-native",
"description": "React Native MTPush component for Android and iOS",
"homepage": "https://github.com/DevEngageLab/push-rectnative-plugin",
"main": "index.js",
"types": "index.d.ts",
"license": "ISC",
"author": "wicked.tc130",
"version": "1.4.0",
"repository": {
"type": "git",
"url": "https://github.com/DevEngageLab/push-rectnative-plugin"
},
"keywords": [
"react-native",
"MTPush"
],
"files": [
"index.js",
"index.d.ts",
"app.plugin.js",
"plugin",
"android/build.gradle",
"android/src",
"ios/RCTMTPushModule",
"react-native.config.js",
"specs",
"MTPushRN.podspec"
],
"peerDependencies": {
"react-native": ">=0.76.0"
},
"codegenConfig": {
"name": "MTPushEventSpec",
"type": "modules",
"jsSrcsDir": "specs",
"android": {
"javaPackageName": "cn.engagelab.plugins.push"
}
},
"devDependencies": {
"expo": "~57.0.4"
}
}