{
  "name": "@n8n/chat",
  "version": "1.20.1",
  "types": "./dist/index.d.ts",
  "main": "./dist/chat.umd.js",
  "module": "./dist/chat.es.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/chat.es.js",
      "require": "./dist/chat.umd.js"
    },
    "./style.css": {
      "import": "./dist/style.css",
      "require": "./dist/style.css"
    },
    "./*": {
      "import": "./*",
      "require": "./*"
    }
  },
  "files": [
    "README.md",
    "dist",
    "LICENSE_EE.md",
    "LICENSE.md"
  ],
  "dependencies": {
    "@vueuse/core": "^10.11.0",
    "highlight.js": "11.8.0",
    "markdown-it-link-attributes": "^4.0.1",
    "uuid": "10.0.0",
    "vue": "^3.5.13",
    "vue-markdown-render": "^2.2.1",
    "@n8n/design-system": "2.20.1"
  },
  "license": "SEE LICENSE IN LICENSE.md",
  "homepage": "https://n8n.io",
  "author": {
    "name": "Jan Oberhauser",
    "email": "jan@n8n.io"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/n8n-io/n8n.git"
  }
}