UNPKG

@ckeditor/ckeditor5-dev-utils

Version:
39 lines (38 loc) 1.05 kB
{ "name": "@ckeditor/ckeditor5-dev-utils", "version": "57.0.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/shelljs": "^0.10.0", "@types/through2": "^2.0.41", "cli-cursor": "^5.0.0", "cli-spinners": "^3.4.0", "glob": "^13.0.6", "is-interactive": "^2.0.0", "pacote": "^21.5.0", "shelljs": "^0.10.0", "simple-git": "^3.36.0", "through2": "^4.0.2", "upath": "^2.0.1" } }