{
  "name": "1ff-chat-ui",
  "version": "1.0.47",
  "description": "chatbot to communicate with taught ai",
  "main": "src/lib/chat-ui.js",
  "scripts": {
    "dev": "webpack --mode=development",
    "prod": "webpack-dev-server --mode=production --open",
    "tests": "NODE_ENV=test jest --testPathPattern=/__tests__/unit"
  },
  "keywords": [
    "chatui",
    "ai",
    "frontend"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/1FF/chat-ui"
  },
  "author": "di",
  "license": "ISC",
  "devDependencies": {
    "@babel/preset-env": "^7.16.11",
    "@babel/preset-typescript": "^7.16.7",
    "@faker-js/faker": "^7.6.0",
    "@testing-library/jest-dom": "^5.16.4",
    "babel-core": "^6.26.3",
    "babel-loader": "^9.1.2",
    "html-webpack-plugin": "^5.5.1",
    "jest": "^27.5.1",
    "jest-fetch-mock": "^3.0.3",
    "jest-location-mock": "^1.0.9",
    "node-libs-browser": "^2.2.1",
    "prettier": "^2.8.8",
    "webpack": "^5.82.0",
    "webpack-cli": "^5.1.1",
    "webpack-dev-server": "^4.15.0"
  },
  "dependencies": {
    "socket.io-client": "^4.6.1"
  }
}
