{
  "name": "@skit-ai/llm-studio-chat-websdk",
  "version": "1.1.3",
  "description": "A lightweight chat widget for LLM Studio",
  "main": "dist/llm-studio-chat-websdk.umd.js",
  "module": "dist/llm-studio-chat-websdk.es.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "files": [
    "dist",
    "README.md",
    "BROWSER_USAGE.md"
  ],
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build && cp -f src/polyfill.js dist/polyfill.js",
    "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
    "preview": "vite preview",
    "prepublishOnly": "npm run build",
    "generate-types": "openapi-typescript http://localhost:8001/api/openapi.json -o src/api/schemas/text-schema.d.ts"
  },
  "peerDependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "dependencies": {
    "date-fns": "^4.1.0",
    "uuid": "^11.1.0",
    "openapi-fetch": "^0.9.2"
  },
  "devDependencies": {
    "@rollup/plugin-typescript": "^11.1.5",
    "@sentry/react": "^9.17.0",
    "@tanstack/react-query": "^5.76.0",
    "@types/js-cookie": "^3.0.6",
    "@types/node": "^22.15.12",
    "@types/react": "^18.2.37",
    "@types/react-dom": "^18.2.15",
    "@types/uuid": "^10.0.0",
    "@vitejs/plugin-react": "^4.2.0",
    "autoprefixer": "^10.4.16",
    "js-cookie": "^3.0.5",
    "postcss": "^8.4.31",
    "rollup": "^4.6.0",
    "rollup-plugin-dts": "^6.1.0",
    "tailwindcss": "^3.3.5",
    "tslib": "^2.8.1",
    "typescript": "^5.2.2",
    "vite": "^5.0.0",
    "zustand": "^5.0.4",
    "openapi-typescript": "^6.7.5"
  },
  "keywords": [
    "chat",
    "react",
    "sdk",
    "llm",
    "websdk",
    "chatbot",
    "support-widget",
    "chat-widget",
    "llm-studio"
  ],
  "author": "Skit.ai",
  "license": "MIT",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/skit-ai/llm-studio-chat-websdk"
  },
  "bugs": {
    "url": "https://github.com/skit-ai/llm-studio-chat-websdk/issues"
  },
  "homepage": "https://github.com/skit-ai/llm-studio-chat-websdk#readme"
}
