{
  "name": "chatkitty",
  "version": "2.4.1",
  "description": "A powerful tool for integrating chat features into your web applications.",
  "license": "MIT",
  "files": [
    "dist"
  ],
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./esm": "./dist/index.mjs",
    "./cjs": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "dependencies": {
    "@stomp/rx-stomp": "^2.0.0",
    "@stomp/stompjs": "^7.0.0",
    "axios": "^1.5.1",
    "lit-html": "^2.7.0",
    "rxjs": "^7.2.0",
    "uuid": "^9.0.0"
  }
}
