{
  "name": "react-native-notificare-inbox",
  "version": "4.2.5",
  "description": "Notificare Inbox 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",
    "lib",
    "android",
    "ios",
    "cpp",
    "react-native-notificare-inbox.podspec",
    "CHANGELOG.md",
    "MIGRATION.md",
    "!lib/typescript/example",
    "!android/build",
    "!ios/build",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__"
  ],
  "scripts": {
    "build": "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": {
    "react": "*",
    "react-native": "*",
    "react-native-notificare": "4.2.5"
  },
  "devDependencies": {
    "@types/react": "^18.3.12",
    "react": "18.3.1",
    "react-native": "0.77.1",
    "react-native-builder-bob": "^0.31.0",
    "react-native-notificare": "4.2.5",
    "typescript": "^5.4.5"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      "typescript"
    ]
  },
  "codegenConfig": {
    "name": "RNNotificareInboxModuleSpec",
    "type": "modules",
    "jsSrcsDir": "src"
  },
  "gitHead": "37a47103b224beac1594cc3f815524c65e860405"
}
