-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.43 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
{
"name": "react-native-admobile",
"title": "React Native Admobile",
"version": "1.1.12",
"description": "react-native-admobile",
"main": "index.js",
"files": [
"README.md",
"android",
"index.js",
"ios",
"react-native-admobile.podspec"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "standard-version",
"release:major": "standard-version --release-as major",
"release:major_beta": "standard-version --release-as major -p beta",
"release:feat": "standard-version --release-as minor",
"release:feat_beta": "standard-version --release-as minor -p beta",
"release:fix": "standard-version --release-as patch",
"release:fix_beta": "standard-version --release-as patch -p beta",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/liusanhong/react-native-admobile.git",
"baseUrl": "https://github.com/liusanhong/react-native-admobile"
},
"keywords": [
"react-native",
"react-native-admobilie",
"admobilie",
"rn-admobilie"
],
"author": {
"name": "Richard",
"email": "[email protected]"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": ">=16.8.1",
"react-native": ">=0.60.0-rc.0 <1.0.x"
},
"devDependencies": {
"react": "^16.9.0",
"react-native": "^0.61.5",
"standard-version": "^9.3.2"
}
}