UNPKG

@ckeditor/ckeditor5-integrations-common

Version:

This package implements common utility modules for integration projects.

73 lines (72 loc) 1.67 kB
{ "name": "@ckeditor/ckeditor5-integrations-common", "version": "2.2.3", "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" ], "engines": { "node": ">=18.0.0" }, "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": { "*.{ts,tsx,js,jsx}": [ "eslint --fix" ] }, "resolutions": { "ws": "^8", "tough-cookie": "^4.1.4", "wrap-ansi": "7.0.0", "string-width": "4.1.0" } }