{
  "name": "@klunqlabs/klunq-widget",
  "private": false,
  "version": "1.0.4",
  "type": "module",
  "description": "Embeddable AI chat widget built with Preact, Tailwind CSS v4, LangChain, and TypeScript. Designed to be dropped into any existing web page with zero side effects.",
  "keywords": [
    "ai",
    "chatbot",
    "widget",
    "llm",
    "agent",
    "langchain",
    "preact",
    "browser-automation",
    "embeddable",
    "web-component"
  ],
  "license": "MIT",
  "author": "Samuel Ján Mucha <admin@klunqlabs.com>",
  "homepage": "https://github.com/klunqlabs/klunq-widget",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/klunqlabs/klunq-widget.git"
  },
  "bugs": {
    "url": "https://github.com/klunqlabs/klunq-widget/issues"
  },
  "files": [
    "dist"
  ],
  "jsdelivr": "dist/klunq-widget.js",
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "dev": "vite",
    "typecheck": "tsc --noEmit",
    "build": "tsc && vite build",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "format": "prettier --check .",
    "format:fix": "prettier --write .",
    "test": "vitest run",
    "test:watch": "vitest",
    "prepare": "husky"
  },
  "dependencies": {
    "@langchain/core": "^1.1.48",
    "@langchain/openai": "^1.4.7",
    "@tailwindcss/vite": "^4.3.1",
    "preact": "^10.25.0",
    "snarkdown": "^2.0.0",
    "tailwindcss": "^4.3.1"
  },
  "lint-staged": {
    "*.{ts,tsx}": [
      "eslint --fix",
      "prettier --write"
    ],
    "*.{css,json,md}": [
      "prettier --write"
    ]
  },
  "devDependencies": {
    "@commitlint/cli": "^21.2.1",
    "@commitlint/config-conventional": "^21.2.0",
    "@eslint/js": "^10.0.1",
    "@preact/preset-vite": "^2.9.0",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/exec": "^7.1.0",
    "@semantic-release/git": "^10.0.1",
    "@testing-library/jest-dom": "^7.0.0",
    "@testing-library/preact": "^3.2.4",
    "eslint": "^10.8.0",
    "eslint-config-prettier": "^10.1.8",
    "husky": "^9.1.7",
    "jsdom": "^29.1.1",
    "lint-staged": "^17.2.0",
    "prettier": "^3.9.6",
    "semantic-release": "^25.0.8",
    "typescript": "^5.6.0",
    "typescript-eslint": "^8.65.0",
    "vite": "^6.0.0",
    "vitest": "^4.1.10"
  }
}
