{
  "name": "aida-chatbot",
  "version": "1.1.44",
  "description": "Chatbot of ERNI Aida",
  "main": "lib/index.js",
  "sideEffects": false,
  "scripts": {
    "re-install": "rimraf ./node_modules && yarn install",
    "build": "rimraf ./lib && tsc",
    "deploy": "cross-env NODE_ENV=production yarn build && npm publish",
    "test": "jest",
    "all": "yarn re-install && yarn deploy"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/davidwalker2235/aida-chatbot.git"
  },
  "files": [
    "lib"
  ],
  "keywords": [
    "react-select",
    "material-ui",
    "react-select-material-ui",
    "react",
    "react-component",
    "select",
    "combobox",
    "input",
    "singleselect",
    "multiselect",
    "multipleselect",
    "tagsselect",
    "colorsselect",
    "ui",
    "material design"
  ],
  "author": "David Carmona Maroto",
  "license": "MIT",
  "homepage": "https://github.com/davidwalker2235/aida-chatbot",
  "dependencies": {
    "@azure/openai": "1.0.0-beta.11",
    "@emotion/react": "^11.11.1",
    "@emotion/styled": "11.11.0",
    "@mui/material": "5.14.20",
    "lodash": "4.17.21",
    "react-select": "5.8.0"
  },
  "devDependencies": {
    "@babel/core": "^7.23.5",
    "@storybook/react": "^7.6.4",
    "@storybook/react-webpack5": "7.6.4",
    "@testing-library/jest-dom": "6.1.5",
    "@testing-library/react": "14.1.2",
    "@types/lodash": "4.14.202",
    "@types/node": "20.10.4",
    "@types/react": "18.2.43",
    "@types/react-dom": "18.2.17",
    "babel-jest": "29.7.0",
    "babel-loader": "9.1.3",
    "babel-preset-react-app": "10.0.1",
    "cross-env": "7.0.3",
    "jest": "^29.7.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rimraf": "5.0.5",
    "storybook": "^7.6.4",
    "ts-jest": "29.1.1",
    "typescript": "^5.3.3",
    "webpack": "^5.89.0"
  },
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0"
  },
  "jest": {
    "modulePathIgnorePatterns": [
      "./node_modules",
      "./history"
    ],
    "moduleDirectories": [
      "node_modules",
      "src"
    ],
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ],
    "roots": [
      "<rootDir>/src"
    ],
    "transform": {
      ".+\\.js$": "babel-jest",
      ".+\\.tsx?$": "ts-jest"
    },
    "testRegex": "src/.+\\.test\\.tsx$"
  }
}
