UNPKG

@ckeditor/ckeditor5-dev-utils

Version:
46 lines (45 loc) 1.26 kB
{ "name": "@ckeditor/ckeditor5-dev-utils", "version": "55.5.0", "description": "Utils for CKEditor 5 development tools packages.", "keywords": [], "author": "CKSource (http://cksource.com/)", "license": "GPL-2.0-or-later", "homepage": "https://github.com/ckeditor/ckeditor5-dev/tree/master/packages/ckeditor5-dev-utils", "bugs": "https://github.com/ckeditor/ckeditor5/issues", "repository": { "type": "git", "url": "https://github.com/ckeditor/ckeditor5-dev.git", "directory": "packages/ckeditor5-dev-utils" }, "engines": { "node": ">=24.11.0", "npm": ">=5.7.1" }, "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "dependencies": { "@types/through2": "^2.0.41", "babel-loader": "^10.0.0", "cli-cursor": "^5.0.0", "cli-spinners": "^3.0.0", "css-loader": "^7.0.0", "esbuild-loader": "^4.0.0", "glob": "^13.0.0", "is-interactive": "^2.0.0", "lightningcss": "^1.31.1", "mini-css-extract-plugin": "^2.4.2", "mocha": "^11.7.5", "pacote": "^21.5.0", "raw-loader": "^4.0.1", "shelljs": "^0.10.0", "simple-git": "^3.27.0", "style-loader": "^4.0.0", "through2": "^4.0.0", "upath": "^2.0.1" } }