expo-notifications
Version:
Provides an API to fetch push notification tokens and to present, schedule, receive, and respond to notifications.
63 lines • 1.61 kB
JSON
{
"name": "expo-notifications",
"version": "57.0.3",
"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"
],
"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.11.1",
"abort-controller": "^3.0.0",
"badgin": "^1.1.5",
"expo-application": "~57.0.0",
"expo-constants": "~57.0.3"
},
"devDependencies": {
"@types/node": "^22.14.0",
"@types/react": "~19.2.0",
"memfs": "^3.2.0",
"expo": "57.0.2",
"expo-module-scripts": "56.0.3"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
},
"gitHead": "5104cb89c3938bc9653e0cbad43da3a43a2e77a7",
"scripts": {
"build": "expo-module build",
"build:plugin": "expo-module build plugin",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"expo-module": "expo-module"
}
}