UNPKG

@ammarahmed/notifee-react-native

Version:

Notifee - a feature rich notifications library for React Native.

58 lines (57 loc) 1.79 kB
{ "name": "@ammarahmed/notifee-react-native", "version": "7.4.11", "author": "Invertase <oss@invertase.io> (http://invertase.io)", "description": "Notifee - a feature rich notifications library for React Native.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "validate:all:js": "eslint . --ext .js,.jsx,.ts,.tsx --resolve-plugins-relative-to .", "validate:all:ts": "tsc --project ./", "build": "genversion --es6 --semi src/version.ts && tsc", "build:clean": "rimraf android/libs && rimraf android/build && rimraf ios/build && rimraf dist", "build:watch": "tsc --watch", "build:plugin": "rimraf plugin/build && tsc --build plugin", "format:android": "google-java-format --replace -i $(find . -type f -name \"*.java\")", "format:ios": "npm_config_yes=true npx clang-format -i --glob=\"*/**/*.{h,cpp,m,mm}\" --style=Google" }, "devDependencies": { "@expo/config-plugins": "^4.1.0", "@types/react-native": "0.67.2", "@typescript-eslint/eslint-plugin": "^5.14.0", "@typescript-eslint/parser": "^5.14.0", "eslint": "^7.32.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.0.0", "genversion": "^3.0.2", "prettier": "^2.5.1", "rimraf": "^3.0.2", "typedoc": "^0.22.13", "typedoc-plugin-markdown": "^3.11.14", "typescript": "^4.6.2" }, "peerDependencies": { "react-native": "*" }, "repository": { "type": "git", "url": "https://github.com/invertase/notifee" }, "license": "Apache-2.0", "keywords": [ "react", "react-native", "scheduling", "channels", "android", "ios", "firebase", "fcm", "notifee", "notifications", "onesignal" ], "publishConfig": { "access": "public" } }