{
  "name": "@integrate.team/react-chatbot-types",
  "version": "1.0.38",
  "description": "text format markdown",
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/esm/index.d.ts",
  "scripts": {
    "build": "npm run build:esm && npm run build:cjs && npm run copy-files",
    "build:esm": "tsc",
    "build:cjs": "tsc --module commonjs --outDir dist/cjs",
    "lint": "eslint \"{**/*,*}.{js,ts,jsx,tsx}\"",
    "prettier": "prettier --write \"{src,tests,example/src}/**/*.{js,ts,jsx,tsx}\"",
    "test": "jest --config jestconfig.json",
    "prepare": "npm run build",
    "copy-files:esm": "copyfiles -u 1 src/**/*.css dist/esm",
    "copy-files:cjs": "copyfiles -u 1 src/**/*.css dist/cjs",
    "copy-files-scss:esm": "copyfiles -u 1 src/**/*.scss dist/esm",
    "copy-files-scss:cjs": "copyfiles -u 1 src/**/*.scss dist/cjs",
    "copy-files": "npm run copy-files:esm && npm run copy-files:cjs && npm run copy-files-scss:esm && npm run copy-files-scss:cjs"
  },
  "transformIgnorePatterns": [
    "./tests/common.test.js"
  ],
  "keywords": [
    "chatbot",
    "React",
    "Streaming"
  ],
  "author": "thoahuynh.sgr",
  "license": "ISC",
  "dependencies": {
    "@emotion/react": "^11.13.3",
    "@emotion/styled": "^11.13.0",
    "@mui/icons-material": "^6.0.2",
    "@mui/material": "^6.0.2",
    "@testing-library/react": "^16.0.1",
    "@types/jest": "^29.5.13",
    "@types/react": "^18.2.42",
    "@typescript-eslint/eslint-plugin": "^8.8.1",
    "@typescript-eslint/parser": "^8.8.1",
    "eslint": "^8.57.1",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.2.1",
    "eslint-plugin-react": "^7.37.1",
    "eslint-plugin-react-hooks": "^4.6.2",
    "jest": "^29.7.0",
    "jest-canvas-mock": "^2.5.2",
    "jest-environment-jsdom": "^29.7.0",
    "prettier": "^3.3.3",
    "react": "^18.2.0",
    "react-device-detect": "^2.2.3",
    "react-dom": "^18.2.0",
    "react-hot-toast": "^2.4.1",
    "react-icons": "^4.10.1",
    "react-loader-spinner": "^6.1.6",
    "react-markdown": "^10.1.0",
    "react-router-dom": "^6.26.2",
    "react-scripts": "^5.0.1",
    "remark-gfm": "^4.0.1",
    "ts-jest": "^29.2.5",
    "web-vitals": "^4.2.3"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/huynhthoa.sugr/chatbot-streaming.git"
  },
  "peerDependencies": {
    "react": "^18.2.0"
  },
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "devDependencies": {
    "copyfiles": "^2.4.1",
    "tsc": "^2.0.4",
    "tsc-hooks": "^1.1.2",
    "typescript": "^5.7.3"
  }
}
