{
  "name": "@psync/notifee",
  "version": "9.5.2",
  "author": "Psync <oss@psync.dev> (https://psync.club)",
  "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",
    "validate:all:ts": "tsc --project ./",
    "build": "bunx genversion --es6 --semi src/version.ts && tsc",
    "build:clean": "rimraf android/libs && rimraf android/build && rimraf ios/build && rimraf dist",
    "build:watch": "tsc --watch",
    "prepare": "bun run build",
    "format:android": "google-java-format --replace -i $(find . -type f -name \"*.java\" ! -path \"*/node_modules/*\" ! -path \"*/generated/*\")",
    "format:android:check": "google-java-format --set-exit-if-changed --replace -i $(find . -type f -name \"*.java\" ! -path \"*/node_modules/*\" ! -path \"*/generated/*\")",
    "format:ios": "npm_config_yes=true npx clang-format -i --glob=\"ios/**/*.{h,cpp,m,mm}\" --style=Google",
    "format:ios:check": "npm_config_yes=true npx clang-format --glob=\"ios/**/*.{h,cpp,m,mm}\" --style=Google -n -Werror"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^8.57.0",
    "@typescript-eslint/parser": "^8.57.0",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.5",
    "genversion": "^3.2.0",
    "prettier": "^3.8.1",
    "react": "^19.2.0",
    "react-native": "^0.83.2",
    "rimraf": "^6.0.1",
    "typescript": "^6.0.3",
    "xcode": "3.0.1"
  },
  "dependencies": {
    "@expo/config-plugins": "^55.0.8",
    "@expo/image-utils": "^0.8.13",
    "image-size": "^1.2.1"
  },
  "peerDependencies": {
    "react": ">=19.2.4",
    "react-native": ">=0.83.2",
    "scheduler": ">=0.25.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/New-Elysium/notifee.git"
  },
  "license": "Apache-2.0",
  "keywords": [
    "react",
    "react-native",
    "scheduling",
    "channels",
    "android",
    "ios",
    "firebase",
    "fcm",
    "notifee",
    "notifications",
    "onesignal",
    "expo",
    "config-plugin"
  ],
  "publishConfig": {
    "access": "public"
  },
  "codegenConfig": {
    "name": "NotifeeSpec",
    "type": "modules",
    "jsSrcsDir": "src/specs",
    "android": {
      "javaPackageName": "io.invertase.notifee"
    }
  },
  "files": [
    "README.md",
    "LICENSE",
    "/app.plugin.js",
    "/android",
    "!/android/build",
    "/ios",
    "/plugin",
    "/src",
    "!/src/__mocks__",
    "/dist",
    "/lib",
    "/*.podspec",
    "/jest-mock.js",
    "/react-native.config.js",
    "tsconfig.json"
  ]
}
