UNPKG

@aslaluroba/help-center

Version:

A powerful and customizable help center widget for Angular applications with real-time chat functionality, AI assistance, and multi-language support.

66 lines 1.75 kB
{ "name": "@aslaluroba/help-center", "version": "3.0.1", "private": false, "license": "MIT", "dependencies": { "@angular/animations": "^19.1.0", "@angular/common": "^19.1.0", "@angular/compiler": "^19.1.0", "@angular/core": "^19.1.0", "@angular/forms": "^19.1.0", "@angular/platform-browser": "^19.1.0", "@angular/platform-browser-dynamic": "^19.1.0", "@angular/router": "^19.1.0", "clsx": "^2.1.1", "marked": "^15.0.7", "ngx-markdown": "^19.1.0", "prismjs": "^1.29.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.15.0" }, "peerDependencies": { "@angular/common": "^19.1.0", "@angular/core": "^19.1.0", "@angular/forms": "^19.1.0", "marked": "^15.0.7", "ngx-markdown": "^19.1.0", "prismjs": "^1.29.0", "ably": "^2.9.0" }, "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/aslaluroba/help-center" }, "keywords": [ "angular", "help-center", "widget", "chat", "support", "ai-assistant", "real-time" ], "author": "AslaLuroba", "bugs": { "url": "https://github.com/aslaluroba/help-center/issues" }, "homepage": "https://github.com/aslaluroba/help-center#readme", "publishConfig": { "access": "public" }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e", "module": "fesm2022/aslaluroba-help-center.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/aslaluroba-help-center.mjs" } } }