@ckeditor/ckeditor5-integrations-common
Version:
This package implements common utility modules for integration projects.
64 lines (63 loc) • 1.5 kB
JSON
{
"name": "@ckeditor/ckeditor5-integrations-common",
"version": "2.4.0",
"description": "This package implements common utility modules for integration projects.",
"keywords": [
"wysiwyg",
"rich text",
"editor",
"html",
"contentEditable",
"editing",
"ckeditor",
"ckeditor5",
"ckeditor 5"
],
"author": "CKSource (http://cksource.com/)",
"license": "SEE LICENSE IN LICENSE.md",
"repository": {
"type": "git",
"url": "https://github.com/ckeditor/ckeditor5-integrations-common.git"
},
"bugs": {
"url": "https://github.com/ckeditor/ckeditor5-integrations-common/issues"
},
"homepage": "https://github.com/ckeditor/ckeditor5-integrations-common",
"files": [
"dist",
"README.md",
"CHANGELOG.md",
"LICENSE.md"
],
"peerDependencies": {
"ckeditor5": ">=42.0.0 || ^0.0.0-nightly"
},
"type": "module",
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.umd.cjs"
}
},
"./test-utils": {
"import": {
"types": "./dist/test-utils/index.d.ts",
"default": "./dist/test-utils/index.js"
}
},
"./package.json": "./package.json"
},
"lint-staged": {
"**/*": [
"eslint --quiet"
]
}
}