{
    "name": "@tidio/tidio-chat-connection-manager",
    "version": "2.3.0",
    "description": "Tidio chat connection manager - socket connection",
    "main": "lib/index.js",
    "types": "lib/index.d.ts",
    "files": [
        "lib/"
    ],
    "scripts": {
        "test": "echo \"Error: no test specified\"",
        "lint-staged": "lint-staged",
        "build": "tsc"
    },
    "husky": {
        "hooks": {
            "pre-commit": "lint-staged && yarn build && git add ./lib",
            "pre-push": "npm test"
        }
    },
    "lint-staged": {
        "*.ts": [
            "prettier --write",
            "eslint -c .eslintrc.js --ext .js --fix"
        ]
    },
    "author": "Jarosław Salwa <jaroslaw@tidio.net>",
    "license": "MIT",
    "dependencies": {
        "lodash.clonedeep": "^4.5.0",
        "socket.io-client": "^4.7.5"
    },
    "devDependencies": {
        "@babel/cli": "^7.24.1",
        "@babel/core": "^7.24.4",
        "@babel/preset-env": "^7.24.4",
        "@rollup/plugin-typescript": "^11.1.6",
        "@tidio/eslint-plugin-tidio": "^4.4.2",
        "@tidio/prettier-config": "^2.3.1",
        "@tidio/typescript-config": "^1.0.0",
        "@types/node": "^20.12.4",
        "@types/lodash.clonedeep": "^4.5.8",
        "babel-eslint": "^10.1.0",
        "eslint": "^8.57.0",
        "husky": "4.3.6",
        "lint-staged": "^15.2.2",
        "prettier": "3.2.5",
        "typescript": "^5.4.4",
        "typescript-eslint": "^7.5.0"
    },
    "prettier": "@tidio/prettier-config"
}
