expo-notifications
Version:
Provides an API to fetch push notification tokens and to present, schedule, receive, and respond to notifications.
63 lines (62 loc) • 1.62 kB
JSON
{
"name": "expo-notifications",
"version": "55.0.16",
"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.12",
"expo-constants": "~55.0.11"
},
"devDependencies": {
"expo-module-scripts": "^55.0.2",
"memfs": "^3.2.0"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
},
"gitHead": "20029879d2f953a428d70197fc7e25e4d791848a"
}