{
  "name": "jb-chat",
  "version": "3.1.1",
  "peerDependencies": {
    "@angular/common": "*",
    "@angular/core": "*",
    "@angular/forms": "*",
    "rxjs": "*"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "^12.0.5",
    "@angular/common": "^12.0.5",
    "@angular/compiler": "^12.0.5",
    "@angular/compiler-cli": "^12.0.5",
    "@angular/core": "^12.0.5",
    "@angular/forms": "^12.0.5",
    "@angular/platform-browser": "^12.0.5",
    "gulp": "~4.0.2",
    "gulp-inline-ng2-template": "^5.0.1",
    "ng-packagr": "^12.0.6",
    "rollup": "^2.52.1",
    "rxjs": "^7.1.0",
    "tsickle": "^0.43.0",
    "typescript": "~4.2.4",
    "uglify-js": "^3.13.9",
    "zone.js": "^0.11.4"
  },
  "scripts": {
    "templates": "gulp inline-templates",
    "transpile": "ngc",
    "package": "rollup -c",
    "minify": "uglifyjs dist/bundles/ng-chat.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/ng-chat.umd.min.js",
    "clean": "del /S *.ngsummary.json del /S *.ngfactory.ts",
    "linux-clean": "rm -f *.ngsummary.json *.ngfactory.ts",
    "build-legacy": "npm run templates && npm run transpile && npm run package && npm run minify && npm run clean",
    "linux-build-legacy": "npm run templates && npm run transpile && npm run package && npm run minify && npm run linux-clean",
    "copy-readme": "copy ..\\README.md dist\\README.md",
    "build": "ng-packagr -p package.json",
    "build-package": "ng-packagr -p package.json && npm run copy-readme"
  },
  "description": "A simple facebook/linkedin lookalike chat module for Angular applications.",
  "author": "Rafael Carvalho",
  "license": "MIT",
  "homepage": "https://github.com/rpaschoal/ng-chat",
  "bugs": {
    "url": "https://github.com/rpaschoal/ng-chat/issues"
  },
  "ngPackage": {
    "lib": {
      "entryFile": "index.ts"
    }
  },
  "dependencies": {}
}
