UNPKG

@elemental-design/expo-notifications

Version:
53 lines (52 loc) 1.37 kB
{ "name": "@elemental-design/expo-notifications", "version": "0.3.1", "description": "Notifications module", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "expo-module build", "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" ], "repository": { "type": "git", "url": "https://github.com/elemental-design/expo.git", "directory": "packages/expo-notifications" }, "bugs": { "url": "https://github.com/expo/expo/issues" }, "author": "650 Industries, Inc.", "license": "MIT", "homepage": "https://github.com/expo/expo/tree/master/packages/expo-notifications", "jest": { "preset": "expo-module-scripts/ios" }, "unimodulePeerDependencies": { "@unimodules/core": "*", "expo-application": "^2.1.0", "expo-constants": "<10.0.0", "unimodules-permissions-interface": "*" }, "dependencies": { "badgin": "^1.1.5", "expo-application": "~2.2.1", "expo-constants": "9.1.1", "uuid": "^3.4.0" }, "devDependencies": { "@types/uuid": "^3.4.7", "expo-module-scripts": "~1.2.0" } }