UNPKG

@lazidog/expo-notification-extension

Version:

| [with FCM compatibility] The Expo Notification Service Extension plugin allows you to add a Notification Service Extension file while staying in the managed workflow.

36 lines (35 loc) 756 B
{ "name": "@lazidog/expo-notification-extension", "version": "1.0.2", "keywords": [ "expo", "expo-plugin", "notification", "notification service extension", "FCM", "rich notification", "firebase messaging" ], "author": "", "license": "ISC", "description": "", "repository": { "type": "git", "url": "https://github.com/lazidog/expo-notification-extension.git" }, "main": "./build/index.js", "types": "./build/index.d.ts", "scripts": { "build": "rm -rf build && tsc && cp -a extension-files build/extension-files/" }, "dependencies": { "@expo/config-plugins": "^9.0.11" }, "devDependencies": { "@types/node": "^20", "typescript": "5.6.3" }, "files": [ "build" ] }