{
  "name": "react-native-notify-kit",
  "version": "10.6.0",
  "author": "Marco Crupi",
  "description": "Maintained Notifee-compatible React Native notifications library for Android, iOS, FCM Mode, rich notifications, foreground services, and Expo CNG development builds.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": "./cli/bin/react-native-notify-kit",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./app.plugin": "./app.plugin.js",
    "./app.plugin.js": "./app.plugin.js",
    "./server": {
      "types": "./server/dist/index.d.ts",
      "default": "./server/dist/index.js"
    },
    "./jest-mock": "./jest-mock.js",
    "./react-native.config.js": "./react-native.config.js",
    "./package.json": "./package.json",
    "./src/internal/*": null,
    "./src/*": "./src/*",
    "./dist/*": "./dist/*"
  },
  "scripts": {
    "validate:all:ts": "tsc --project ./",
    "build": "genversion --es6 --semi src/version.ts && tsc",
    "build:server": "tsc -p server/tsconfig.json",
    "build:clean": "rimraf android/build && rimraf ios/build && rimraf dist && rimraf server/dist",
    "build:watch": "tsc --watch",
    "test:server": "jest --config jest.config.server.js",
    "prepare": "yarn run build",
    "prepack": "yarn run build:server && cd ../.. && bash build_ios_core.sh && bash scripts/verify-ios-core-generation.sh && bash scripts/prepack-cli.sh",
    "postpack": "rm -rf cli",
    "prepublishOnly": "cd ../.. && yarn run build:core",
    "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": {
    "@babel/preset-env": "^7.25.3",
    "@babel/runtime": "^7.25.0",
    "@react-native/babel-preset": "0.85.3",
    "@react-native/jest-preset": "0.85.3",
    "@types/jest": "^29.5.13",
    "babel-jest": "^29.7.0",
    "genversion": "^3.0.2",
    "jest": "^29.7.0",
    "prettier": "^3.8.1",
    "react-native": "0.85.3",
    "rimraf": "^3.0.2",
    "ts-jest": "^29.2.5",
    "typescript": "^5.9.3"
  },
  "optionalDependencies": {
    "chalk": "^4.1.0",
    "commander": "^12.0.0",
    "plist": "^3.1.0",
    "xcode": "^3.0.1"
  },
  "peerDependencies": {
    "expo": "*",
    "react-native": ">=0.73.0"
  },
  "peerDependenciesMeta": {
    "expo": {
      "optional": true
    }
  },
  "codegenConfig": {
    "name": "NotifeeSpec",
    "type": "modules",
    "jsSrcsDir": "src/specs",
    "android": {
      "javaPackageName": "io.invertase.notifee"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/marcocrupi/react-native-notify-kit.git"
  },
  "homepage": "https://github.com/marcocrupi/react-native-notify-kit#readme",
  "bugs": {
    "url": "https://github.com/marcocrupi/react-native-notify-kit/issues"
  },
  "license": "Apache-2.0",
  "keywords": [
    "react",
    "react-native",
    "scheduling",
    "channels",
    "android",
    "ios",
    "firebase",
    "fcm",
    "expo",
    "expo-cng",
    "notifee",
    "rich-notifications",
    "notifications"
  ],
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "README.md",
    "LICENSE",
    "/android",
    "!/android/build",
    "/ios",
    "/src",
    "!/src/__mocks__",
    "/dist",
    "/lib",
    "/app.plugin.js",
    "/plugin/build",
    "/*.podspec",
    "/jest-mock.js",
    "/react-native.config.js",
    "tsconfig.json",
    "/server/dist",
    "/server/src",
    "!/server/src/__tests__",
    "/server/README.md",
    "/server/tsconfig.json",
    "/server/package.json",
    "/cli/dist",
    "/cli/bin"
  ]
}
