forked from HMS-Core/hms-react-native-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.03 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
{
"name": "react-native-hms-map",
"title": "React Native Hms Map",
"description": "React Native HMS Map Kit",
"version": "5.0.1-300",
"main": "src/index.js",
"types": "src/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/ymc/hms-react-native-plugin",
"directory": "react-native-hms-map"
},
"homepage": "https://developer.huawei.com/consumer/en/doc/overview/HMS-Core-Plugin",
"license": "Apache-2.0",
"licenseFilename": "LICENCE",
"readmeFilename": "README.md",
"keywords": [
"react-native",
"react-native-map",
"huawei-map",
"hms-map",
"map"
],
"files": [
"android",
"example",
"src",
"LICENCE",
"package.json",
"README.md"
],
"peerDependencies": {
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-native": ">=0.60.0-rc.0 <1.0.x"
},
"devDependencies": {
"react": "^16.9.0",
"react-native": "^0.61.5",
"eslint": "^7.2.0",
"@react-native-community/eslint-config": "^2.0.0",
"typescript": "^3.9.5"
}
}