forked from nicko170/with-google-ads-mediation-facebook
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.41 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
{
"private": false,
"name": "with-google-ads-mediation-facebook",
"main": "app.plugin.js",
"version": "0.2.0",
"description": "An Expo config plugin to add GoogleMobileAdsMediationFacebook Pod into Podfile on Expo EAS, and setup the Android project gradle files",
"repository": "https://github.com/nicko170/with-google-ads-mediation-facebook",
"author": "Nick Pratley <[email protected]> (https://github.com/nicko170)",
"license": "MIT",
"bugs": {
"url": "https://github.com/nicko170/with-google-ads-mediation-facebook/issues"
},
"homepage": "https://github.com/nicko170/with-google-ads-mediation-facebook#readme",
"keywords": [
"react-native",
"expo",
"config-plugins",
"GoogleMobileAdsMediationFacebook",
"Google",
"Mediation",
"Facebook"
],
"files": [
"app.plugin.js",
"plugin/build/*"
],
"scripts": {
"build": "expo-module build plugin",
"clean": "expo-module clean plugin",
"test": "expo-module test plugin",
"lint": "expo-module lint plugin",
"rebuild": "yarn clean && EXPO_NONINTERACTIVE=1 yarn build",
"prepublishOnly": "expo-module prepublishOnly"
},
"dependencies": {
"@expo/config-plugins": "^5.0.4",
"glob": "^7.1.7"
},
"devDependencies": {
"@types/glob": "^7.1.4",
"babel-jest": "^27.3.1",
"expo-module-scripts": "^2.0.0",
"jest": "^27.3.1",
"standard-version": "^9.3.2",
"ts-jest": "^27.0.7"
}
}