airship-expo-plugin
Version:
Airship Expo config plugin
45 lines (44 loc) • 1.12 kB
JSON
{
"name": "airship-expo-plugin",
"version": "2.1.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": "^10.0.2",
"@expo/image-utils": "^0.4.1"
},
"devDependencies": {
"expo-module-scripts": "~3.4.1"
},
"peerDependencies": {
"expo": "*"
}
}