{
  "name": "@aigelb/chatbot-widget",
  "version": "9.10.0",
  "main": "dist/chatbot-widget.js",
  "files": [
    "dist/"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "start": "webpack serve --mode development --open",
    "build": "webpack --mode production",
    "test": "vitest",
    "test:ui": "vitest --ui --coverage",
    "test:run": "vitest run",
    "test:coverage": "vitest run --coverage",
    "test:integration": "vitest run --config vitest.integration.config.ts",
    "test:integration:ui": "vitest --config vitest.integration.config.ts --ui  --coverage",
    "test:combined": "vitest run --config vitest.combined.config.ts --coverage",
    "test:combined:ui": "vitest --config vitest.combined.config.ts --ui --coverage",
    "coverage:view": "open coverage/index.html",
    "type-check": "tsc --noEmit --watch",
    "prepublishOnly": "npm run build && npm run prepare-publish",
    "prepare-publish": "shx cp README-npm.md README.md",
    "postpublish": "shx rm README.md && git checkout README.md"
  },
  "keywords": [
    "chatbot",
    "widget",
    "aigelb"
  ],
  "author": "Daniel Bell",
  "license": "MIT",
  "description": "Embeddable chatbot widget for websites",
  "homepage": "https://ai-gelb.de/",
  "dependencies": {
    "preact": "^10.28.2",
    "react-markdown": "^10.1.0",
    "remark-gfm": "^4.0.1"
  },
  "devDependencies": {
    "@babel/core": "^7.26.9",
    "@babel/preset-env": "^7.26.9",
    "@babel/preset-react": "^7.26.3",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/preact": "^3.2.4",
    "@testing-library/user-event": "^14.6.1",
    "@types/react": "^19.2.7",
    "@vitest/coverage-v8": "^4.1.4",
    "@vitest/ui": "^4.1.4",
    "babel-loader": "^9.2.1",
    "css-loader": "^7.1.2",
    "happy-dom": "^20.9.0",
    "html-webpack-plugin": "^5.6.3",
    "react": "^19.2.1",
    "shx": "^0.3.4",
    "style-loader": "^4.0.0",
    "terser-webpack-plugin": "^5.3.12",
    "ts-loader": "9.5.4",
    "typescript": "5.9.3",
    "vitest": "^4.1.4",
    "webpack": "^5.98.0",
    "webpack-bundle-analyzer": "^4.10.2",
    "webpack-cli": "^6.0.1",
    "webpack-dev-server": "^5.2.0"
  }
}
