{
    "name": "@negobot/nego-chat-sdk",
    "version": "2.1.9",
    "description": "JS SDK for the Negobot",
    "main": "dist/main.js",
    "scripts": {
        "build": "webpack -p",
        "release": "npm publish --access public"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/negobotteam/nego-chat-sdk.git"
    },
    "keywords": [
        "Negobot",
        "Chat",
        "Negotiation"
    ],
    "files": [
        "dist"
    ],
    "author": "Negobot",
    "license": "ISC",
    "bugs": {
        "url": "https://github.com/negobotteam/nego-chat-sdk/issues"
    },
    "homepage": "https://negobot.co",
    "dependencies": {
        "socket.io-client": "^4.5.1",
        "twilio-chat": "^3.4.0"
    },
    "devDependencies": {
        "@babel/cli": "^7.14.3",
        "@babel/core": "^7.14.3",
        "@babel/polyfill": "^7.12.1",
        "@babel/preset-env": "^7.14.4",
        "babel-loader": "^8.2.2",
        "babel-runtime": "^6.26.0",
        "clean-webpack-plugin": "^3.0.0",
        "eslint": "^6.8.0",
        "eslint-config-airbnb-base": "^14.2.1",
        "eslint-plugin-import": "^2.23.4",
        "webpack": "^4.46.0",
        "webpack-bundle-analyzer": "^3.9.0",
        "webpack-cli": "^3.3.12"
    }
}
