UNPKG

ngx-fastcomments

Version:

This is an Angular library for FastComments, a live embedded commenting library.

33 lines 733 B
{ "name": "ngx-fastcomments", "version": "4.0.0", "keywords": [ "fastcomments", "fast-comments", "commenting", "live-comments", "embedded comment widget" ], "dependencies": { "tslib": "^2.0.0" }, "peerDependencies": { "@angular/common": "*", "@angular/core": "*", "fastcomments-typescript": "^3.0.0" }, "module": "fesm2022/ngx-fastcomments.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/ngx-fastcomments.mjs", "esm": "./esm2022/ngx-fastcomments.mjs", "default": "./fesm2022/ngx-fastcomments.mjs" } }, "sideEffects": false }