{
  "name": "react-use-intercom",
  "author": "devrnt",
  "module": "dist/react-use-intercom.esm.js",
  "description": "React Intercom integration without the hassle, driven by hooks.",
  "homepage": "https://github.com/devrnt/react-use-intercom#readme",
  "version": "1.5.1",
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/devrnt/react-use-intercom"
  },
  "bugs": {
    "url": "https://github.com/devrnt/react-use-intercom/issues"
  },
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=10"
  },
  "exports": {
    ".": {
      "require": "./dist/index.js",
      "import": "./dist/react-use-intercom.esm.js",
      "browser": "./dist/react-use-intercom.esm.js"
    }
  },
  "keywords": [
    "react",
    "reactjs",
    "intercom",
    "intercomjs",
    "react-intercom",
    "intercom-react",
    "typescript",
    "react-hooks",
    "react-use-intercom",
    "nextjs",
    "gatsby"
  ],
  "scripts": {
    "start": "tsdx watch",
    "start:playground": "yarn --cwd ./playground install && yarn --cwd ./playground start",
    "build": "tsdx build",
    "build:playground": "yarn --cwd ./playground install && yarn --cwd ./playground build",
    "test": "tsdx test --passWithNoTests",
    "test:watch": "tsdx test --watch",
    "test:coverage": "tsdx test --coverage",
    "cypress": "cypress run",
    "cypress:open": "cypress open",
    "lint": "tsdx lint",
    "lint:fix": "tsdx lint --fix",
    "prepare": "tsdx build",
    "bundlesize": "yarn build && size-limit",
    "release": "np"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "size-limit": [
    {
      "path": "./dist/react-use-intercom.cjs.production.min.js",
      "limit": "3 kB"
    },
    {
      "path": "./dist/react-use-intercom.esm.js",
      "limit": "3 kB"
    }
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "devDependencies": {
    "@size-limit/preset-small-lib": "^7.0.3",
    "@testing-library/react": "^12.0.0",
    "@testing-library/react-hooks": "^7.0.0",
    "@types/jsdom": "^16.2.5",
    "@types/react": "^17.0.0",
    "@types/react-dom": "^17.0.0",
    "cypress": "8.7.0",
    "dotenv": "^16.0.0",
    "eslint-plugin-simple-import-sort": "^7.0.0",
    "husky": "^7.0.0",
    "jsdom": "^16.4.0",
    "np": "^7.0.0",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "react-test-renderer": "^17.0.1",
    "size-limit": "^7.0.3",
    "tsdx": "^0.14.1",
    "tslib": "^2.0.3",
    "typescript": "^4.0.5"
  },
  "resolutions": {
    "**/**/yargs-parser": "^13.1.2",
    "**/typescript": "^4.0.5",
    "**/@typescript-eslint/eslint-plugin": "^4.6.1",
    "**/@typescript-eslint/parser": "^4.6.1"
  }
}
