UNPKG

ngx-markdown-it

Version:

An Angular library that renders markdown using [markdown-it](https://github.com/markdown-it/markdown-it).

34 lines 774 B
{ "name": "ngx-markdown-it", "version": "16.0.1", "keywords": [ "angular", "angular-module", "markdown-it", "markdown" ], "repository": "https://github.com/deiv/ngx-markdown-it.git", "license": "MIT", "peerDependencies": { "@angular/common": "^16.2.0", "@angular/core": "^16.2.0", "markdown-it": "^13.0.2" }, "dependencies": { "tslib": "^2.3.0" }, "module": "fesm2022/ngx-markdown-it.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/ngx-markdown-it.mjs", "esm": "./esm2022/ngx-markdown-it.mjs", "default": "./fesm2022/ngx-markdown-it.mjs" } }, "sideEffects": false }