UNPKG

@aslaluroba/help-center

Version:

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

63 lines 1.65 kB
{ "name": "@aslaluroba/help-center", "version": "4.0.14", "private": false, "license": "MIT", "peerDependencies": { "@angular/common": ">=19.0.0", "@angular/core": ">=19.0.0", "@angular/forms": ">=19.0.0", "@angular/platform-browser": ">=19.0.0", "@angular/router": ">=19.0.0", "rxjs": ">=7.0.0", "tailwind-merge": "^3.5.0", "zone.js": ">=0.15.0" }, "dependencies": { "@iconify-json/solar": "^1.2.5", "@tailwindcss/postcss": "^4.2.2", "ably": "^2.21.0", "clsx": "^2.1.1", "iconify-icon": "^3.0.2", "marked": "^17.0.5", "postcss": "^8.5.8", "prismjs": "^1.30.0", "tslib": "^2.8.1" }, "sideEffects": [ "**/icon.component.ts" ], "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": "types/aslaluroba-help-center.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./types/aslaluroba-help-center.d.ts", "default": "./fesm2022/aslaluroba-help-center.mjs" } } }