UNPKG

react-native-notificare-push

Version:
92 lines (91 loc) 2.65 kB
{ "name": "react-native-notificare-push", "version": "4.1.0", "description": "Notificare Push React Native module.", "author": "Notificare <info@notifica.re> (https://notificare.com)", "license": "MIT", "homepage": "https://github.com/notificare/notificare-sdk-react-native#readme", "repository": "https://github.com/notificare/notificare-sdk-react-native", "bugs": { "url": "https://github.com/notificare/notificare-sdk-react-native/issues" }, "keywords": [ "notificare", "react-native", "ios", "android" ], "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts", "react-native": "src/index", "source": "src/index", "files": [ "src", "plugin", "lib", "android", "ios", "cpp", "app.plugin.js", "react-native-notificare-push.podspec", "CHANGELOG.md", "MIGRATION.md", "!lib/typescript/example", "!android/build", "!ios/build", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__" ], "scripts": { "build": "yarn build:react-native && yarn build:expo", "build:expo": "tsc --project plugin/tsconfig.json && cp -a plugin/ios/NotificationServiceExtension lib/plugin/ios/", "build:react-native": "bob build", "typescript": "tsc --noEmit", "lint": "eslint . --ext .js,.jsx,.ts,.tsx", "pack": "npm pack", "prepack": "yarn build; yarn docs:replace-symbolic-links", "postpack": "yarn docs:create-symbolic-links", "prepare": "yarn build", "docs:create-symbolic-links": "rm README.md CHANGELOG.md MIGRATION.md; ln -s ../../README.md ../../CHANGELOG.md ../../MIGRATION.md .", "docs:replace-symbolic-links": "rm README.md CHANGELOG.md MIGRATION.md; cp ../../README.md ../../CHANGELOG.md ../../MIGRATION.md ." }, "peerDependencies": { "expo": "*", "react": "*", "react-native": "*", "react-native-notificare": "4.1.0" }, "peerDependenciesMeta": { "expo": { "optional": true } }, "devDependencies": { "@types/react": "^18.3.12", "expo": "^52.0.4", "expo-module-scripts": "^4.0.2", "expo-modules-core": "^2.0.1", "react": "18.3.1", "react-native": "0.77.1", "react-native-builder-bob": "^0.31.0", "react-native-notificare": "4.1.0", "typescript": "^5.4.5" }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", "typescript" ] }, "codegenConfig": { "name": "RNNotificarePushModuleSpec", "type": "modules", "jsSrcsDir": "src" }, "gitHead": "4ba0230681070e212888e831dbd46085bb0900bf" }