{
  "name": "@livechat/widget-angular",
  "version": "1.4.0",
  "sideEffects": false,
  "description": "This library allows to render and interact with the LiveChat Chat Widget inside an Angular application",
  "main": "dist/widget-angular.cjs.js",
  "module": "dist/widget-angular.esm.js",
  "types": "dist/widget-angular.d.ts",
  "keywords": [
    "livechat",
    "angular"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/livechat/chat-widget-adapters.git"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "jest",
    "coverage": "jest --coverage",
    "build": "rimraf lib dist && ngc && rollup -c",
    "watch:ngc": "ngc --watch",
    "watch:rollup": "rollup -c --watch",
    "start": "ngc && run-p watch:*"
  },
  "dependencies": {
    "@livechat/widget-core": "^1.4.0"
  },
  "peerDependencies": {
    "@angular/core": "12 || 13 || 14 || 15 || 16 || 17 || 18 || 19 || 20 || 21",
    "rxjs": "6 || 7"
  },
  "devDependencies": {
    "@angular/common": "13.1.2",
    "@angular/compiler": "13.1.2",
    "@angular/compiler-cli": "13.1.2",
    "@angular/core": "13.1.2",
    "@angular/platform-browser": "13.1.2",
    "@angular/platform-browser-dynamic": "13.1.2",
    "jest-preset-angular": "^11.0.1",
    "rxjs": "7.4.0"
  },
  "gitHead": "e6539c099c2442e4dc060e47faa6d4ca03a6356b"
}
