{
  "name": "@ckeditor/ckeditor5-dev-release-tools",
  "version": "55.5.0",
  "description": "Tools used for releasing CKEditor 5 and related 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-release-tools",
  "bugs": "https://github.com/ckeditor/ckeditor5/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/ckeditor/ckeditor5-dev.git",
    "directory": "packages/ckeditor5-dev-release-tools"
  },
  "engines": {
    "node": ">=24.11.0",
    "npm": ">=5.7.1"
  },
  "type": "module",
  "main": "lib/index.js",
  "files": [
    "lib"
  ],
  "dependencies": {
    "@ckeditor/ckeditor5-dev-utils": "^55.5.0",
    "@octokit/rest": "^22.0.0",
    "cli-columns": "^4.0.0",
    "glob": "^13.0.0",
    "inquirer": "^12.5.2",
    "semver": "^7.6.3",
    "shell-escape": "^0.2.0",
    "simple-git": "^3.27.0",
    "upath": "^2.0.1"
  }
}
