forked from allboatsrise/expo-marketingcloudsdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (67 loc) · 1.55 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
58
59
60
61
62
63
64
65
66
67
68
{
"name": "@hi3g-access/expo-marketingcloudsdk",
"author": "Hi3G Access AB",
"version": "51.0.5",
"license": "MIT",
"description": "Expo module for Salesforce Marketing Cloud SDK",
"homepage": "https://github.com/hi3g-access/expo-marketingcloudsdk",
"keywords": [
"react-native",
"expo",
"ios",
"android",
"salesforce",
"mobilepush",
"marketingcloud",
"marketingcloudsdk"
],
"repository": {
"type": "git",
"url": "https://github.com/hi3g-access/expo-marketingcloudsdk.git"
},
"main": "build/index.js",
"types": "build/index.d.ts",
"sideEffects": false,
"files": [
"/android/**/*",
"/build/**/*",
"/ios/**/*",
"/plugin/build/**/*",
"/app.plugin.js",
"/package.json",
"/README.md",
"/expo-module.config.json"
],
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module"
},
"jest": {
"preset": "expo-module-scripts"
},
"dependencies": {},
"devDependencies": {
"expo": "^51.0.5",
"expo-module-scripts": "^3.5.1",
"expo-notifications": "^0.28.1",
"zod": "~3.15.0"
},
"peerDependencies": {
"expo": ">=51.0.5",
"expo-notifications": ">=0.28.1",
"zod": "^3.15.0"
},
"peerDependenciesMeta": {
"expo": {
"optional": true
}
},
"publishConfig": {
"@hi3g-access:registry": "https://npm.pkg.github.com"
}
}