@ckeditor/ckeditor5-collaboration-core
Version:
Base utilities used by CKEditor 5 collaboration features to support multiple users working together in a rich text editor.
77 lines (76 loc) • 1.87 kB
JSON
{
"name": "@ckeditor/ckeditor5-collaboration-core",
"version": "45.2.0",
"description": "Base utilities used by CKEditor 5 collaboration features to support multiple users working together in a rich text editor.",
"license": "SEE LICENSE IN LICENSE.md",
"author": "CKSource (http://cksource.com/)",
"bugs": {
"url": "https://support.ckeditor.com/hc/en-us/requests/new"
},
"homepage": "https://ckeditor.com/collaboration/",
"keywords": [
"CKEditor",
"ckeditor5",
"ckeditor 5",
"WYSIWYG",
"WYSIWYW",
"text",
"rich-text",
"richtext",
"editor",
"editing",
"html",
"operational transformation",
"ot",
"collaboration",
"collaborative",
"real-time",
"realtime",
"real time",
"framework"
],
"type": "module",
"main": "src/index.js",
"dependencies": {
"@ckeditor/ckeditor5-comments": "45.2.0",
"@ckeditor/ckeditor5-core": "45.2.0",
"@ckeditor/ckeditor5-icons": "45.2.0",
"@ckeditor/ckeditor5-theme-lark": "45.2.0",
"@ckeditor/ckeditor5-track-changes": "45.2.0",
"@ckeditor/ckeditor5-ui": "45.2.0",
"@ckeditor/ckeditor5-utils": "45.2.0",
"@types/luxon": "3.4.2",
"ckeditor5": "45.2.0",
"luxon": "3.5.0"
},
"files": [
"dist",
"lang",
"src/**/*.js",
"src/**/*.d.ts",
"theme",
"CHANGELOG.md"
],
"types": "src/index.d.ts",
"exports": {
".": {
"types": "./src/index.d.ts",
"import": "./src/index.js",
"default": "./src/index.js"
},
"./dist/*": {
"types": "./src/index.d.ts",
"import": "./dist/*",
"default": "./dist/*"
},
"./src/*": {
"types": "./src/*.d.ts",
"import": "./src/*",
"default": "./src/*"
},
"./lang/*": "./lang/*",
"./theme/*": "./theme/*",
"./package.json": "./package.json"
},
"obfuscated": true
}