-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 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
{
"name": "airship-expo-plugin",
"version": "1.2.0",
"description": "Airship Expo config plugin",
"main": "./app.plugin.js",
"scripts": {
"build": "tsc --build plugin",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"prepare": "expo-module clean && tsc --build plugin",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module"
},
"keywords": [
"react-native",
"expo",
"notifications",
"airship",
"urban airship",
"urbanairship"
],
"repository": {
"type": "git",
"url": "https://github.com/urbanairship/airship-expo-plugin.git"
},
"bugs": {
"url": "https://github.com/urbanairship/airship-expo-plugin/issues"
},
"author": "Airship",
"license": "Apache-2.0",
"readmeFilename": "README.md",
"homepage": "https://github.com/urbanairship/airship-expo-plugin",
"dependencies": {
"@expo/config-plugins": "^8.0.4",
"@expo/image-utils": "^0.4.1"
},
"devDependencies": {
"expo-module-scripts": "~3.4.1"
},
"peerDependencies": {
"expo": "*"
}
}