{
  "name": "bkit-chatbot-client-test",
  "version": "0.0.2-1",
  "description": "A starter vanilla-ts (extended) template that began with Vite 3.x, prepared for writing node utility libraries in typescript. This starter is meant to provide rapid node package development and publishing onto npm.",
  "license": "MIT",
  "contributors": [
    {
      "name": "Brian Ng",
      "email": "brianngchongeu@gmail.com",
      "url": "https://github.com/brifiction"
    }
  ],
  "keywords": [
    "vite",
    "vanilla-ts",
    "template",
    "boilerplate",
    "node",
    "module",
    "library",
    "vitest",
    "typedoc"
  ],
  "type": "module",
  "main": "./dist/main.cjs",
  "module": "./dist/main.js",
  "typings": "./dist/main.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "docs": "yarn typedoc",
    "build": "vite build && typedoc",
    "build:watch": "vite build --watch && typedoc",
    "dev": "vite && typedoc",
    "prepare": "husky install",
    "prettier": "prettier --write .",
    "preview": "vite preview",
    "test:ui": "vitest --ui --coverage",
    "test:coverage": "vitest run --coverage",
    "test:run": "vitest run",
    "test:watch": "vitest"
  },
  "dependencies": {
    "@microsoft/tsdoc": "^0.14.1",
    "clsx": "^2.1.0",
    "date-fns": "^3.3.1",
    "picocolors": "^1.0.0",
    "showdown": "^2.1.0",
    "socket.io-client": "^4.7.4",
    "tailwind-merge": "^2.2.1"
  },
  "peerDependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^19.0.3",
    "@commitlint/config-conventional": "^19.0.3",
    "@trivago/prettier-plugin-sort-imports": "^4.3.0",
    "@types/node": "^20.11.20",
    "@types/react": "^18.2.64",
    "@types/showdown": "^2.0.6",
    "@typescript-eslint/eslint-plugin": "^7.0.2",
    "@typescript-eslint/parser": "^7.0.2",
    "@vitest/coverage-v8": "^1.3.1",
    "@vitest/ui": "^1.3.1",
    "eslint": "^8.56.0",
    "husky": "^9.0.11",
    "prettier": "3.2.5",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rollup-plugin-visualizer": "^5.12.0",
    "tslib": "^2.4.0",
    "typedoc": "^0.25.8",
    "typescript": "^5.3.3",
    "vite": "^5.1.4",
    "vite-plugin-dts": "^3.7.3",
    "vite-plugin-eslint": "^1.8.1",
    "vite-plugin-progress": "^0.0.7",
    "vitest": "^1.3.1"
  }
}
