UNPKG

@exodus/react-native-notifications

Version:

Advanced Push Notifications (Silent, interactive notifications) for iOS & Android

99 lines 2.81 kB
{ "name": "@exodus/react-native-notifications", "version": "4.6.2-exodus", "description": "Advanced Push Notifications (Silent, interactive notifications) for iOS & Android", "license": "MIT", "keywords": [ "react-component", "react-native", "react native", "ios", "push-notifications", "push notifications", "notifications", "notification", "react native notifications", "pushkit", "push-kit", "actionable-notifications", "interactive-notifications" ], "main": "lib/dist/index.js", "typings": "lib/dist/index.d.ts", "scripts": { "build": "rm -rf ./lib/dist && tsc", "prerelease": "npm run build", "release": "npm publish" }, "nativePackage": true, "peerDependencies": { "react": "*", "react-native": "*" }, "devDependencies": { "@babel/plugin-proposal-export-default-from": "7.2.0", "@babel/plugin-proposal-export-namespace-from": "7.2.0", "@types/jest": "^27.0.0", "@types/lodash": "4.14.182", "@types/react": "^17.0.0", "@types/react-native": "0.67.6", "@types/react-test-renderer": "16.9.2", "babel-eslint": "10.0.3", "detox": "^19.4.2", "github-release-notes": "https://github.com/yogevbd/github-release-notes/tarball/e601b3dba72dcd6cba323c1286ea6dd0c0110b58", "jest": "^27.0.0", "lodash": "4.17.21", "metro-babel-register": "^0.73.2", "metro-react-native-babel-preset": "^0.67.0", "react": "^17.0.0", "react-autobind": "1.0.6", "react-native": "^0.68.1", "shell-utils": "1.0.10", "ts-mockito": "2.5.0", "tslint": "6.1.3", "typescript": "^4.0.0" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "repository": { "type": "git", "url": "https://github.com/ExodusMovement/react-native-notifications.git" }, "homepage": "https://github.com/ExodusMovement/react-native-notifications", "bugs": { "url": "https://github.com/ExodusMovement/react-native-notifications/issues" }, "jest": { "preset": "react-native", "transform": { "^.+\\.js$": "<rootDir>/node_modules/react-native/jest/preprocessor.js" }, "roots": [ "<rootDir>/node_modules/", "<rootDir>/lib/dist/" ], "collectCoverageFrom": [ "lib/dist/**/*.js", "lib/src/**/*.js", "integration/**/*.js", "!lib/dist/index.js", "!lib/dist/Notifications.js", "!lib/dist/NotificationsIOS.js", "!lib/dist/NotificationsAndroid.js", "!lib/dist/adapters/**/*", "!lib/dist/interfaces/**/*", "!lib/dist/**/*.test.*", "!integration/**/*.test.*", "!integration/*.test.*" ], "resetMocks": true, "resetModules": true, "coverageReporters": [ "json", "lcov", "text", "html" ] } }