{
  "name": "@trycourier/react-native-inbox",
  "version": "0.4.2",
  "description": "a react native library for tryCourier integration",
  "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",
    "@trycourier/react-native-inbox.podspec",
    "!lib/typescript/example",
    "!android/build",
    "!ios/build",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__"
  ],
  "scripts": {
    "prepack": "bob build",
    "bootstrap": "yarn example && yarn install",
    "test": "jest",
    "typescript": "tsc --noEmit",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "build": "bob build",
    "release": "release-it",
    "deploy": "yarn build && yarn release",
    "example": "yarn --cwd example",
    "pods": "cd example && pod-install --quiet",
    "setup": "yarn link && cd example && yarn link \"@trycourier/react-native-inbox\"",
    "prepare": "husky install",
    "commit": "cz"
  },
  "keywords": [
    "react-native",
    "ios",
    "android"
  ],
  "repository": "https://github.com/trycourier/courier-react-native-inbox",
  "author": "fahad991 <shovonfahad991@gmail.com> (https://github.com/FahadAminShovon)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/trycourier/courier-react-native-inbox/issues"
  },
  "homepage": "https://github.com/trycourier/courier-react-native-inbox#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "@commitlint/config-conventional": "^11.0.0",
    "@react-native-community/eslint-plugin": "^1.2.0",
    "@react-navigation/native": "^6.0.11",
    "@release-it/conventional-changelog": "^2.0.0",
    "@types/jest": "^26.0.0",
    "@types/react": "~17.0.21",
    "@types/react-native": "~0.66.13",
    "@typescript-eslint/eslint-plugin": "^5.28.0",
    "@typescript-eslint/parser": "^5.28.0",
    "commitizen": "^4.2.4",
    "commitlint": "^11.0.0",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "^8.17.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jsx-a11y": "^6.5.1",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react": "^7.28.0",
    "eslint-plugin-react-hooks": "^4.3.0",
    "eslint-plugin-react-native": "^4.0.0",
    "husky": "^8.0.1",
    "jest": "^26.0.1",
    "pod-install": "^0.1.0",
    "prettier": "^2.7.0",
    "react": "16.13.1",
    "react-native": "0.63.4",
    "react-native-builder-bob": "^0.20.0",
    "react-native-linear-gradient": "^2.6.2",
    "release-it": "^14.2.2",
    "typescript": "~4.3.5"
  },
  "peerDependencies": {
    "@react-navigation/native": "*",
    "react": "*",
    "react-native": "*",
    "react-native-linear-gradient": "*"
  },
  "jest": {
    "preset": "react-native",
    "modulePathIgnorePatterns": [
      "<rootDir>/example/node_modules",
      "<rootDir>/lib/"
    ]
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "release-it": {
    "git": {
      "commitMessage": "chore: release ${version}",
      "tagName": "v${version}"
    },
    "npm": {
      "publish": true
    },
    "github": {
      "release": true
    },
    "plugins": {
      "@release-it/conventional-changelog": {
        "preset": "angular"
      }
    }
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  },
  "dependencies": {
    "@trycourier/react-provider": "1.50.0",
    "date-fns": "^2.28.0",
    "localstorage-polyfill": "^1.0.1"
  },
  "husky": {
    "hooks": {
      "prepare-commit-msg": "exec < /dev/tty && git cz --hook || true"
    }
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "eslintIgnore": [
    "node_modules/",
    "lib/",
    "scripts/",
    "webpack.config.js",
    "bootstrap.js",
    "babel.config.js",
    "metro.config.js"
  ]
}
