forked from ammarahm-ed/react-native-admob-native-ads
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·78 lines (78 loc) · 2.02 KB
/
package.json
File metadata and controls
executable file
·78 lines (78 loc) · 2.02 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "react-native-admob-native-ads",
"version": "0.6.0",
"description": "A simple and robust library for creating & displaying Admob Native Ads in your React Native App using Native Views",
"author": "Ammar Ahmed <ammarahmed6506@gmail.com>",
"main": "index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:ammarahm-ed/react-native-admob-native-ads.git"
},
"bugs": {
"url": "https://github.com/ammarahm-ed/react-native-admob-native-ads/issues/"
},
"homepage": "https://github.com/ammarahm-ed/react-native-admob-native-ads",
"files": [
"LICENSE",
"README.md",
"android/",
"android/build.gradle",
"ios/RNAdMobManager.xcodeproj/project.pbxproj",
"ios/**/*.h",
"ios/**/*.m",
"ios/**/*.swift",
"index.js",
"index.d.ts",
"src/*.js",
"react-native-admob-native-ads.podspec"
],
"keywords": [
"android",
"ios",
"react-native",
"admob",
"native-ads",
"admob-native-ads",
"admob-ads",
"react-native-admob",
"admob-ads",
"google-admob",
"react",
"native",
"admob",
"native",
"advanced",
"ads",
"native-advanced-ads",
"admob-native-advanced-ads"
],
"peerDependencies": {
"react-native": ">= 0.60.2"
},
"private": false,
"devDependencies": {
"@react-native-community/eslint-config": "^3.0.0",
"@tsconfig/node16": "^1.0.3",
"@tsconfig/react-native": "^2.0.3",
"@types/jest": "^29.2.5",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-native": "^0.70.8",
"@types/react-test-renderer": "^18.0.0",
"eslint": "^7.31.0",
"eslint-config-prettier": "^8.3.0",
"expo": "^47.0.12",
"expo-module-scripts": "^3.0.4",
"prettier": "^2.3.2",
"typescript": "^4.9.4"
},
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module"
}
}