UNPKG

@covalent/text-editor

Version:

Teradata UI Platform Text Editor Module

47 lines 1.24 kB
{ "name": "@covalent/text-editor", "version": "10.3.7", "description": "Teradata UI Platform Text Editor Module", "keywords": [ "angular", "covalent", "easymde", "markdown", "text", "editor", "electron", "reusable" ], "repository": { "type": "git", "url": "https://github.com/teradata/covalent.git" }, "bugs": { "url": "https://github.com/Teradata/covalent/issues" }, "license": "MIT", "author": "Teradata UX", "peerDependencies": { "easymde": "^2.18.0", "@angular/common": "19.x.x", "@angular/core": "19.x.x" }, "dependencies": { "tslib": "^2.8.1" }, "module": "fesm2022/covalent-text-editor.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/covalent-text-editor.mjs" } }, "sideEffects": false, "scripts": { "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with Ivy partial compilation mode, before attempting to publish.\\n')\" && exit 1" } }