-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.32 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
{
"name": "@appcues/expo-config",
"version": "4.0.1",
"description": "Expo module to integrate Appcues push notifications",
"main": "plugin/build/index.js",
"types": "plugin/build/index.d.ts",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module",
"open:ios": "open -a \"Xcode\" example/ios",
"open:android": "open -a \"Android Studio\" example/android",
"release": "./scripts/release.sh"
},
"keywords": [
"react-native",
"expo",
"@appcues/expo-config",
"AppcuesExpoConfig"
],
"repository": "https://github.com/appcues/appcues-expo-module",
"bugs": {
"url": "https://github.com/appcues/appcues-expo-module/issues"
},
"author": "Appcues <[email protected]> (https://www.appcues.com)",
"license": "MIT",
"homepage": "https://github.com/appcues/appcues-expo-module#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"dependencies": {},
"devDependencies": {
"@types/react": "^18.0.25",
"expo-module-scripts": "^3.4.1",
"expo-modules-core": "^1.11.12"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
}
}