expo-notifications
Version:
Provides an API to fetch push notification tokens and to present, schedule, receive, and respond to notifications.
65 lines (64 loc) • 1.67 kB
JSON
{
"name": "expo-notifications",
"version": "0.32.15",
"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.8",
"@ide/backoff": "^1.0.0",
"abort-controller": "^3.0.0",
"assert": "^2.0.0",
"badgin": "^1.1.5",
"expo-application": "~7.0.8",
"expo-constants": "~18.0.12"
},
"devDependencies": {
"expo-module-scripts": "^5.0.8",
"memfs": "^3.2.0"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
},
"gitHead": "599ebc94db5c972f961641db9aa33e2964498c42"
}