{
  "name": "support-chatbot",
  "version": "1.0.8",
  "peerDependencies": {
    "@angular/common": " 13.x || 14.x || 15.x || 16.x || 17.x || 18.x || 19.x || 20.x",
    "@angular/core": "13.x || 14.x || 15.x || 16.x || 17.x || 18.x || 19.x || 20.x"
  },
  "dependencies": {
    "vcomply-design-system": "^1.0.32",
    "tslib": "^2.3.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "module": "fesm2015/support-chatbot.mjs",
  "es2020": "fesm2020/support-chatbot.mjs",
  "esm2020": "esm2020/support-chatbot.mjs",
  "fesm2020": "fesm2020/support-chatbot.mjs",
  "fesm2015": "fesm2015/support-chatbot.mjs",
  "typings": "support-chatbot.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./support-chatbot.d.ts",
      "esm2020": "./esm2020/support-chatbot.mjs",
      "es2020": "./fesm2020/support-chatbot.mjs",
      "es2015": "./fesm2015/support-chatbot.mjs",
      "node": "./fesm2015/support-chatbot.mjs",
      "default": "./fesm2020/support-chatbot.mjs"
    }
  },
  "sideEffects": false
}