UNPKG

@ckeditor/ckeditor5-mention

Version:

Mention feature for CKEditor 5.

43 lines (42 loc) 1.12 kB
{ "name": "@ckeditor/ckeditor5-mention", "version": "48.1.1", "description": "Mention feature for CKEditor 5.", "license": "SEE LICENSE IN LICENSE.md", "author": "CKSource (http://cksource.com/)", "homepage": "https://ckeditor.com/ckeditor-5", "bugs": "https://github.com/ckeditor/ckeditor5/issues", "repository": { "type": "git", "url": "https://github.com/ckeditor/ckeditor5.git", "directory": "packages/ckeditor5-mention" }, "keywords": [ "ckeditor", "ckeditor5", "ckeditor 5", "ckeditor5-feature", "ckeditor5-plugin" ], "type": "module", "main": "./dist/index.js", "exports": { ".": "./dist/index.js", "./dist/*": "./dist/*", "./package.json": "./package.json" }, "dependencies": { "@ckeditor/ckeditor5-core": "48.1.1", "@ckeditor/ckeditor5-engine": "48.1.1", "@ckeditor/ckeditor5-typing": "48.1.1", "@ckeditor/ckeditor5-ui": "48.1.1", "@ckeditor/ckeditor5-utils": "48.1.1", "es-toolkit": "1.45.1" }, "files": [ "dist", "ckeditor5-metadata.json", "CHANGELOG.md" ], "types": "./dist/index.d.ts" }