package.json 1000 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "@ckeditor/ckeditor5-utils",
  3. "version": "23.1.0",
  4. "description": "Miscellaneous utils used by CKEditor 5.",
  5. "keywords": [
  6. "ckeditor",
  7. "ckeditor5",
  8. "ckeditor 5",
  9. "ckeditor5-lib"
  10. ],
  11. "dependencies": {
  12. "lodash-es": "^4.17.15"
  13. },
  14. "devDependencies": {
  15. "@ckeditor/ckeditor5-build-classic": "^23.1.0",
  16. "@ckeditor/ckeditor5-editor-classic": "^23.1.0",
  17. "@ckeditor/ckeditor5-core": "^23.1.0",
  18. "@ckeditor/ckeditor5-engine": "^23.1.0",
  19. "assertion-error": "^1.1.0",
  20. "js-beautify": "^1.11.0"
  21. },
  22. "engines": {
  23. "node": ">=12.0.0",
  24. "npm": ">=5.7.1"
  25. },
  26. "author": "CKSource (http://cksource.com/)",
  27. "license": "GPL-2.0-or-later",
  28. "homepage": "https://ckeditor.com/ckeditor-5",
  29. "bugs": "https://github.com/ckeditor/ckeditor5/issues",
  30. "repository": {
  31. "type": "git",
  32. "url": "https://github.com/ckeditor/ckeditor5.git",
  33. "directory": "packages/ckeditor5-utils"
  34. },
  35. "files": [
  36. "lang",
  37. "src",
  38. "theme"
  39. ]
  40. }