-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
54 lines (54 loc) · 1.5 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
{
"author": {
"name": "Marigold Engage <[email protected]>"
},
"name": "@selligent-marketing-cloud/selligent-react-native",
"title": "Marigold Engage React Native",
"version": "4.1.0",
"description": "React Native wrapper for the Marigold Engage Android and iOS SDKs",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/SelligentMarketingCloud/MobileSDK-ReactNative.git"
},
"homepage": "https://github.com/SelligentMarketingCloud/MobileSDK-ReactNative#readme",
"keywords": [
"react-native"
],
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.21.0",
"@babel/preset-env": "^7.21.5",
"babel-jest": "^29.5.0",
"jest": "^29.5.0",
"metro-react-native-babel-preset": "^0.76.4",
"react": "18.0.0",
"react-native": "^0.69.10",
"ts-jest": "^29.1.0",
"jest-junit": "^16.0.0"
},
"scripts": {
"test": "jest --coverage --reporters=jest-junit",
"local-test": "jest --coverage"
},
"files": [
"/RNSelligentMapper.podspec",
"/*.js",
"/*.ts",
"/ios/*.h",
"/ios/*.m",
"/android/libs",
"/android/src/main",
"/android/build.gradle",
"/android/settings.gradle",
"/documentation/README.md"
]
}