-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
48 lines (48 loc) · 1014 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
42
43
44
45
46
47
48
{
"name": "react-native-appodeal",
"version": "3.3.3",
"description": "React Native Module created to support Appodeal SDK for iOS and Android platforms",
"repository": {
"type": "git",
"url": "git+https://github.com/appodeal/react-native-appodeal.git"
},
"homepage": "https://appodeal.com",
"main": "src/index.ts",
"directories": {
"example": "example"
},
"scripts": {
"tsc": "tsc --project .",
"prepare": "npm run tsc"
},
"author": "Appodeal <https://appodeal.com>",
"license": "MIT",
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@types/react": "^18.0.21",
"@types/react-native": "^0.70.6",
"tslib": "^2.7.0",
"typescript": "^5.5.4"
},
"keywords": [
"react",
"react-native",
"react-component",
"appodeal",
"monetisation",
"android",
"ios",
"ads"
],
"files": [
"android",
"ios",
"src",
"package.json",
"dist",
"RNAppodeal.podspec"
]
}