UNPKG

@ckeditor/ckeditor5-utils

Version:

Miscellaneous utilities used by CKEditor 5.

37 lines (36 loc) 896 B
{ "name": "@ckeditor/ckeditor5-utils", "version": "48.1.1", "description": "Miscellaneous utilities used by 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-utils" }, "keywords": [ "ckeditor", "ckeditor5", "ckeditor 5", "ckeditor5-lib" ], "type": "module", "main": "./dist/index.js", "exports": { ".": "./dist/index.js", "./dist/*": "./dist/*", "./package.json": "./package.json" }, "dependencies": { "@ckeditor/ckeditor5-ui": "48.1.1", "es-toolkit": "1.45.1" }, "files": [ "dist", "CHANGELOG.md" ], "types": "./dist/index.d.ts" }