{
  "name": "expo-notifications",
  "version": "55.0.13",
  "description": "Provides an API to fetch push notification tokens and to present, schedule, receive, and respond to notifications.",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "sideEffects": [
    "./build/DevicePushTokenAutoRegistration.fx.js"
  ],
  "scripts": {
    "build": "expo-module build",
    "build:plugin": "expo-module build plugin",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "prepare": "expo-module prepare",
    "prepublishOnly": "expo-module prepublishOnly",
    "expo-module": "expo-module"
  },
  "keywords": [
    "react-native",
    "expo",
    "notifications",
    "expo-notifications",
    "push-nofifications"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo.git",
    "directory": "packages/expo-notifications"
  },
  "bugs": {
    "url": "https://github.com/expo/expo/issues"
  },
  "author": "650 Industries, Inc.",
  "license": "MIT",
  "homepage": "https://docs.expo.dev/versions/latest/sdk/notifications/",
  "jest": {
    "projects": [
      {
        "preset": "jest-expo/ios"
      }
    ]
  },
  "dependencies": {
    "@expo/image-utils": "^0.8.12",
    "abort-controller": "^3.0.0",
    "badgin": "^1.1.5",
    "expo-application": "~55.0.10",
    "expo-constants": "~55.0.8"
  },
  "devDependencies": {
    "expo-module-scripts": "^55.0.2",
    "memfs": "^3.2.0"
  },
  "peerDependencies": {
    "expo": "*",
    "react": "*",
    "react-native": "*"
  },
  "gitHead": "9260ae10a08271027d85792b7128e0d4883dca4d"
}
