forked from HMS-Core/hms-react-native-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 961 Bytes
/
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
{
"name": "@hmscore/react-native-hms-ads",
"title": "React Native HMS Ads Kit",
"description": "React Native HMS Ads Kit",
"version": "13.4.40-302",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/HMS-Core/hms-react-native-plugin.git",
"directory": "react-native-hms-ads"
},
"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-ads",
"huawei-ads",
"hms-ads",
"ads"
],
"files": [
"android",
"example",
"src",
"LICENCE",
"package.json",
"README.md"
],
"peerDependencies": {
"react": "^16.6.0",
"react-native": ">=0.60.0 <1.0.x"
},
"devDependencies": {
"react": "16.6.0",
"react-native": "0.60.0",
"typescript": "^3.9.5"
},
"types": "src/index.d.ts"
}