{
  "name": "@ckeditor/ckeditor5-dev-utils",
  "version": "43.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": ">=18.0.0",
    "npm": ">=5.7.1"
  },
  "main": "lib/index.js",
  "files": [
    "lib"
  ],
  "dependencies": {
    "@ckeditor/ckeditor5-dev-translations": "^43.0.0",
    "chalk": "^3.0.0",
    "cli-cursor": "^3.1.0",
    "cli-spinners": "^2.6.1",
    "css-loader": "^5.2.7",
    "cssnano": "^6.0.3",
    "del": "^5.0.0",
    "esbuild-loader": "~3.0.1",
    "fs-extra": "^11.2.0",
    "is-interactive": "^1.0.0",
    "javascript-stringify": "^1.6.0",
    "mini-css-extract-plugin": "^2.4.2",
    "mocha": "^7.1.2",
    "postcss": "^8.4.12",
    "postcss-import": "^14.1.0",
    "postcss-loader": "^4.3.0",
    "postcss-mixins": "^9.0.2",
    "postcss-nesting": "^10.1.4",
    "raw-loader": "^4.0.1",
    "shelljs": "^0.8.1",
    "style-loader": "^2.0.0",
    "terser-webpack-plugin": "^4.2.3",
    "through2": "^3.0.1"
  }
}
