-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
executable file
·57 lines (57 loc) · 1.35 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
51
52
53
54
55
56
57
{
"author": {
"name": "Marigold <[email protected]>"
},
"bugs": {
"url": "https://github.com/sailthru/sailthru-mobile-react-native-sdk/issues"
},
"description": "React Native wrapper for the Marigold Android and iOS SDKs",
"homepage": "https://github.com/sailthru/sailthru-mobile-react-native-sdk",
"keywords": [
"android",
"ios",
"native",
"react",
"react-component",
"react-native",
"sdk",
"carnival",
"sailthru",
"push notifications",
"messaging"
],
"main": "index.js",
"name": "react-native-marigold",
"optionalDependencies": {},
"peerDependencies": {
"react-native": ">=0.71.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sailthru/sailthru-mobile-react-native-sdk.git"
},
"version": "14.0.0",
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"babel-jest": "^29.6.3",
"babel-plugin-module-resolver": "^4.1.0",
"babel-preset-expo": "^8.3.0",
"jest": "^29.6.3",
"react": "18.2.0",
"react-native": "0.74.1",
"react-native-codegen": "^0.0.7"
},
"files": [
"/ios/RN*",
"/react-native-marigold.podspec",
"/android/src/main",
"/android/build.gradle",
"/android/gradle.properties",
"/example"
],
"scripts": {
"test": "jest --verbose"
},
"license": "MIT"
}