{
  "name": "@aigelb/chatbot-widget",
  "version": "9.12.2",
  "main": "dist/chatbot-widget.js",
  "files": [
    "dist/"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "start": "webpack serve --mode development --open",
    "build": "webpack --mode production",
    "build:coverage": "webpack --env coverage",
    "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",
    "test:a11y": "playwright test",
    "test:a11y:coverage": "npm run build:coverage && A11Y_COVERAGE=1 playwright test",
    "lint": "eslint src",
    "coverage:view": "open coverage/index.html",
    "coverage:view:a11y": "open coverage/a11y/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": {
    "dompurify": "^3.4.11",
    "preact": "^10.28.2",
    "react-markdown": "^10.1.0",
    "remark-gfm": "^4.0.1"
  },
  "devDependencies": {
    "@axe-core/playwright": "^4.12.1",
    "@babel/core": "^7.26.9",
    "@babel/preset-env": "^7.26.9",
    "@babel/preset-react": "^7.26.3",
    "@playwright/test": "^1.61.1",
    "@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",
    "@typescript-eslint/parser": "^8.62.1",
    "@vitest/coverage-v8": "^4.1.4",
    "@vitest/ui": "^4.1.4",
    "axe-core": "^4.12.1",
    "babel-loader": "^9.2.1",
    "css-loader": "^7.1.2",
    "eslint": "^9.39.4",
    "eslint-plugin-jsx-a11y": "^6.10.2",
    "happy-dom": "^20.9.0",
    "html-webpack-plugin": "^5.6.3",
    "monocart-coverage-reports": "^2.12.12",
    "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"
  }
}
