{
  "name": "@5minds/product_ci_tools",
  "version": "5.0.4",
  "description": "CI tools for our internal products, like the Process Cube.",
  "main": "dist/ci_tools.js",
  "scripts": {
    "auto-publish-if-applicable": "node dist/ci_tools.js setup-git-and-npm-connections && node dist/ci_tools.js prepare-version && node dist/ci_tools.js commit-and-tag-version --only-on-primary-branches && node dist/ci_tools.js update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag && node dist/ci_tools.js publish-npm-package --create-tag-from-branch-name",
    "clean": "rm -rf dist",
    "build": "npm run clean && tsc",
    "prepare": "npm run build",
    "test": "npm run test:unit",
    "test:unit": "mocha -r ts-node/register -r choma \"src/**/*.test.ts\"",
    "test:integration": "mocha --slow 60000 --timeout 600000 -r ts-node/register -r choma \"test/integration/*.test.ts\""
  },
  "bin": {
    "ci_tools": "./dist/ci_tools.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/5minds/ci_tools"
  },
  "author": "5Minds IT-Solutions GmbH & Co. KG",
  "license": "MIT",
  "dependencies": {
    "@octokit/rest": "19.0.5",
    "chalk": "^4.1.2",
    "cross-fetch": "4.1.0",
    "compare-versions": "^6.1.1",
    "dayjs": "^1.11.13",
    "fast-glob": "^3.3.2",
    "mime-types": "^2.1.35",
    "shelljs": "^0.8.5",
    "xml2js": "^0.6.2",
    "yargs-parser": "^21.1.1"
  },
  "devDependencies": {
    "@types/mocha": "^10.0.9",
    "@types/node": "^22.8.4",
    "choma": "^1.2.1",
    "fs-extra": "^11.2.0",
    "json5": "^2.2.3",
    "mocha": "^11.0.0",
    "ts-node": "^10.9.1",
    "tsconfig": "^7.0.0",
    "typescript": "^5.6.3"
  }
}
