-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.09 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
{
"name": "react-native-hssdk",
"version": "1.0.0",
"description": "React Native Module created to support Holistic Solution SDK for iOS and Android platforms",
"repository": {
"type": "git",
"url": "git+https://github.com/appodeal/react-native-hssdk.git"
},
"homepage": "https://explorestack.com",
"main": "dist/lib/index.js",
"typings": "dist/types/index.d.ts",
"directories": {
"example": "example"
},
"scripts": {
"tsc": "tsc --project .",
"lint": "tslint --project .",
"prepare": "npm run tsc"
},
"author": "Stack by Appodeal <https://explorestack.com>",
"license": "MIT",
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@types/react": "^16.4.6",
"@types/react-native": "^0.62.0",
"tslib": "^1.9.3",
"typescript": "^2.9.2"
},
"keywords": [
"react",
"react-native",
"react-component",
"appodeal",
"monetisation",
"android",
"ios",
"ads"
],
"files": [
"android",
"ios",
"src",
"package.json",
"dist",
"RNHolisticSolution.podspec"
]
}