UNPKG

@ckeditor/ckeditor5-clipboard

Version:

Clipboard integration feature for CKEditor 5.

42 lines (41 loc) 1.11 kB
{ "name": "@ckeditor/ckeditor5-clipboard", "version": "48.0.0", "description": "Clipboard integration 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-clipboard" }, "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.0.0", "@ckeditor/ckeditor5-engine": "48.0.0", "@ckeditor/ckeditor5-ui": "48.0.0", "@ckeditor/ckeditor5-utils": "48.0.0", "@ckeditor/ckeditor5-widget": "48.0.0", "es-toolkit": "1.45.1" }, "files": [ "dist", "CHANGELOG.md" ], "types": "./dist/index.d.ts" }