expo-notification-service-extension-plugin
Version:
Expo plugin that expects a notification service extension file as an input and copies it to XCode binaries
37 lines (36 loc) • 1.09 kB
JSON
{
"name": "expo-notification-service-extension-plugin",
"version": "1.0.2",
"description": "Expo plugin that expects a notification service extension file as an input and copies it to XCode binaries",
"main": "./app.plugin.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "yarn run lint && rm -rf build && tsc && cp -a support/serviceExtensionFiles build/support/",
"lint": "eslint . --ext .ts",
"prepare": "yarn run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nikwebr/expo-notification-service-extension-plugin.git"
},
"keywords": [
"expo",
"push",
"notifications",
"notification service extension",
"nse"
],
"author": "nikwebr",
"license": "MIT",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"eslint": "^8.8.0",
"expo-module-scripts": "^2.0.0",
"readme-md-generator": "^1.0.0",
"typescript": "^4.5.5"
},
"dependencies": {
"@expo/image-utils": "^0.3.22"
}
}