-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
49 lines (49 loc) · 1.12 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
{
"name": "react-native-ad-consent",
"version": "5.3.0",
"description": "Google's User Messaging Platform (UMP SDK) for React Native.",
"main": "src/index.js",
"keywords": [
"AdManager",
"AdMob",
"Ads",
"CMP",
"Consent",
"EEA",
"GDPR",
"Google",
"IAB",
"Mobile",
"NSUserDefaults",
"Publisher",
"react-native",
"SDK",
"SharedPreferences",
"Targeting",
"TCF",
"TCString",
"UMP"
],
"author": "Birger Naß",
"license": "MIT",
"homepage": "https://github.com/birgernass/react-native-ad-consent.git",
"peerDependencies": {
"react-native": ">=0.60.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"babel-preset-react-native": "^4.0.0",
"eslint": "^4.16.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.5.0",
"eslint-plugin-react": "^7.5.1",
"eslint-plugin-react-native": "^3.2.1",
"prettier": "^1.5.3"
}
}