{
  "name": "react-native-notificare-push-ui",
  "version": "4.2.1",
  "description": "Notificare Push UI 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-ui.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",
    "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.2.1"
  },
  "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.2.1",
    "typescript": "^5.4.5"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      "typescript"
    ]
  },
  "codegenConfig": {
    "name": "RNNotificarePushUIModuleSpec",
    "type": "modules",
    "jsSrcsDir": "src"
  },
  "gitHead": "acb6c32a4518f4286255037f4726228815d75587"
}
