-
Notifications
You must be signed in to change notification settings - Fork 68
/
package.json
43 lines (43 loc) · 1.01 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
{
"name": "@hmscore/react-native-hms-dtm",
"title": "React Native HMS DTM Kit",
"description": "React Native HMS DTM Kit",
"version": "6.6.0-300",
"main": "./src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/HMS-Core/hms-react-native-plugin.git",
"directory": "react-native-hms-dtm"
},
"homepage": "https://developer.huawei.com/consumer/en/doc/overview/HMS-Core-Plugin",
"license": "Apache-2.0",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"keywords": [
"react-native",
"react-native-dtm",
"react-native-dynamic-tag-manager",
"hms-dynamic-tag-manager",
"hms-dtm",
"huawei-dtm",
"dynamic-tag-manager",
"dtm-kit"
],
"files": [
"android",
"example",
"src",
"LICENSE",
"README.md",
"package.json"
],
"peerDependencies": {
"react": ">=16.6.0",
"react-native": ">=0.60.0 <1.0.x"
},
"devDependencies": {
"react": "16.6.0",
"react-native": "0.60.0"
},
"types": "./src/index.d.ts"
}