{
  "name": "@livechat/customer-sdk",
  "version": "5.0.0",
  "description": "SDK for connecting to LiveChat as a customer",
  "contributors": [
    "Konrad Kruk <k.kruk@livechatinc.com>",
    "Mateusz Burzyński <m.burzynski@livechatinc.com>"
  ],
  "license": "UNLICENSED",
  "source": "./src/index.ts",
  "main": "dist/customer-sdk.cjs.js",
  "module": "dist/customer-sdk.esm.js",
  "unpkg": "dist/customer-sdk.js",
  "react-native": "dist/customer-sdk.cjs.native.js",
  "types": "./types",
  "files": [
    "dist",
    "types/**/*.d.ts"
  ],
  "keywords": [
    "livechat"
  ],
  "dependencies": {
    "@livechat/backoff": "^0.1.0",
    "@livechat/customer-auth": "^2.0.0",
    "@livechat/data-utils": "^1.0.3",
    "@livechat/file-upload": "^0.3.0",
    "@livechat/isomorphic-storage": "^1.0.0",
    "@livechat/mitt": "^0.1.3",
    "@livechat/platform-client": "^0.3.2",
    "@livechat/promise-utils": "^1.0.1",
    "@livechat/side-effects-middleware": "^0.2.0",
    "@livechat/url-utils": "^0.2.1",
    "redux": "^4.0.4",
    "ts-toolbelt": "^6.7.5",
    "unfetch": "^4.2.0"
  },
  "devDependencies": {
    "@babel/core": "7.28.5",
    "@babel/preset-env": "7.28.5",
    "@babel/preset-typescript": "7.28.5",
    "@livechat/customer-api-fake": "*",
    "@rollup/plugin-alias": "^3.1.9",
    "@rollup/plugin-babel": "6.1.0",
    "@rollup/plugin-commonjs": "^15.1.0",
    "@rollup/plugin-node-resolve": "^9.0.0",
    "@rollup/plugin-replace": "^2.4.2",
    "@rollup/plugin-terser": "^1.0.0",
    "babel-jest": "^26.6.0",
    "cross-env": "^5.0.0",
    "front-matter": "^2.2.0",
    "jest": "26.6.0",
    "lodash": "^4.18.1",
    "rimraf": "^2.6.1",
    "rollup": "^2.79.2",
    "rollup-plugin-dotenv": "^0.5.1"
  },
  "scripts": {
    "docs:concat": "node scripts/concatDocs.js",
    "prebuild": "rimraf dist",
    "build": "rollup -c",
    "test": "jest",
    "example": "npm run start --prefix example",
    "prepare": "npm run build",
    "prepublishOnly": "../../scripts/prepublish-package.sh",
    "precommit": "npm run docs:concat && git --git-dir ../../.git --work-tree ../../ add README.md",
    "//prepublish": "echo 'The code in this package connects to the very latest dev Customer API (unstable). It should not be published to npm. If you want to publish a new version you should checkout on the commit that has been used to publish the latest version of this package, apply your changes there and publish from there.' && exit 1 && npm test"
  }
}
