{
  "name": "@ckeditor/ckeditor5-dev-utils",
  "version": "32.1.2",
  "description": "Utils for CKEditor 5 development tools packages.",
  "keywords": [],
  "main": "lib/index.js",
  "dependencies": {
    "@ckeditor/ckeditor5-dev-translations": "^32.1.2",
    "chalk": "^3.0.0",
    "cli-cursor": "^3.1.0",
    "cli-spinners": "^2.6.1",
    "cssnano": "^5.0.0",
    "del": "^5.0.0",
    "fs-extra": "^8.1.0",
    "is-interactive": "^1.0.0",
    "javascript-stringify": "^1.6.0",
    "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",
    "ts-loader": "^9.3.0"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "mockery": "^2.1.0",
    "sinon": "^9.2.4",
    "vinyl": "^2.1.0"
  },
  "peerDependencies": {
    "webpack": "^4.43.0 || ^5.24.0"
  },
  "engines": {
    "node": ">=14.0.0",
    "npm": ">=5.7.1"
  },
  "files": [
    "lib"
  ],
  "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"
  }
}
