{
  "name": "botfuel-iris-webchat-client",
  "version": "1.13.1",
  "author": {
    "name": "Botfuel",
    "email": "hi@botfuel.io",
    "url": "https://www.botfuel.io"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Botfuel/botfuel-iris-webchat-client"
  },
  "license": "Apache-2.0",
  "main": "build/botfuel-iris-webchat-client.min.js",
  "files": [
    "build/botfuel-iris-webchat-client.min.js",
    "build/static/media"
  ],
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "build:production": "PUBLIC_URL=https://cdn.jsdelivr.net/npm/botfuel-iris-webchat-client/build GENERATE_SOURCEMAP=false node ./scripts/build-no-split.js",
    "test": "react-scripts test",
    "style": "eslint --ext .js --ext .jsx src",
    "prepublish": "npm run build:production",
    "postpublish": "node ./scripts/jsdelivr-purge.js"
  },
  "dependencies": {
    "linkifyjs": "^2.1.8",
    "lodash": "^4.17.15",
    "memoize-one": "^5.1.1",
    "polished": "^3.4.2",
    "prop-types": "^15.7.2",
    "public-ip": "^4.0.0",
    "react": "^16.12.0",
    "react-dom": "^16.12.0",
    "react-scripts": "^3.2.0",
    "react-textarea-autosize": "^7.1.2",
    "request": "^2.88.0",
    "request-promise-native": "^1.0.8",
    "socket.io-client": "^2.3.0",
    "styled-components": "^4.4.1",
    "uuid": "^3.3.3"
  },
  "devDependencies": {
    "rewire": "^4.0.1"
  },
  "browserslist": [
    ">0.2%",
    "not dead",
    "not ie <= 11",
    "not op_mini all"
  ]
}
