{
  "name": "@pierrecapo/expo-notification-service-extension",
  "version": "0.2.0",
  "description": "Expo module for iOS Communication Notifications with avatar support via Notification Service Extension",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "build": "expo-module build && npx tsc -p plugin/tsconfig.json",
    "clean": "expo-module clean && rm -rf plugin/build",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "prepare": "expo-module prepare && npx tsc -p plugin/tsconfig.json",
    "prepublishOnly": "expo-module prepublishOnly",
    "expo-module": "expo-module",
    "open:ios": "xed example/ios"
  },
  "keywords": [
    "react-native",
    "expo",
    "notification",
    "notification-service-extension",
    "communication-notification",
    "push-notification",
    "ios"
  ],
  "repository": "https://github.com/PierreCapo/expo-notification-service-extension",
  "bugs": {
    "url": "https://github.com/PierreCapo/expo-notification-service-extension/issues"
  },
  "author": "PierreCapo <pierre.caporossi@icloud.com> (https://github.com/PierreCapo)",
  "license": "MIT",
  "homepage": "https://github.com/PierreCapo/expo-notification-service-extension#readme",
  "files": [
    "build",
    "ios",
    "extension",
    "plugin/build",
    "src",
    "app.plugin.js",
    "expo-module.config.json"
  ],
  "dependencies": {},
  "devDependencies": {
    "@types/react": "~19.1.1",
    "expo-module-scripts": "^55.0.2",
    "expo": "^55.0.8",
    "react-native": "0.82.1",
    "typescript": "~5.9.2"
  },
  "peerDependencies": {
    "expo": ">=55.0.0",
    "react": "*",
    "react-native": "*"
  }
}
