{
  "name": "shipjs",
  "version": "0.28.4",
  "description": "Take control of what is going to be your next release.",
  "main": "index.js",
  "type": "module",
  "engines": {
    "node": ">=20"
  },
  "bin": {
    "shipjs": "./bin/shipjs"
  },
  "scripts": {
    "test:run": "shipjs",
    "test:run:version": "shipjs --version",
    "test:run:setup": "shipjs setup",
    "test:run:prepare": "shipjs prepare",
    "test:run:trigger": "shipjs trigger",
    "test": "vitest run",
    "test:watch": "vitest",
    "lint": "eslint .",
    "lint:fix": "yarn run lint --fix"
  },
  "files": ["bin/shipjs", "src", "!src/**/__tests__", "index.js"],
  "author": "Algolia <support@algolia.com>",
  "homepage": "https://github.com/algolia/shipjs",
  "bugs": {
    "url": "https://github.com/algolia/shipjs/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/algolia/shipjs"
  },
  "license": "MIT",
  "dependencies": {
    "@octokit/rest": "^21.1.1",
    "@slack/webhook": "^7.0.4",
    "add-stream": "^1.0.0",
    "arg": "5.0.2",
    "chalk": "^5.4.1",
    "change-case": "^5.4.4",
    "conventional-changelog-angular": "^8.1.0",
    "conventional-changelog-core": "^9.0.0",
    "conventional-changelog-preset-loader": "^5.0.0",
    "deepmerge": "^4.3.1",
    "dotenv": "^16.5.0",
    "ejs": "^3.1.10",
    "globby": "^14.1.0",
    "inquirer": "^12.5.0",
    "open": "^10.1.2",
    "prettier": "^3.5.3",
    "serialize-javascript": "^6.0.2",
    "shell-quote": "^1.8.2",
    "shipjs-lib": "0.28.4",
    "temp-write": "^6.0.0",
    "tempfile": "^5.0.0"
  },
  "devDependencies": {
    "@vitest/coverage-v8": "3.0.5",
    "eslint": "8.57.1",
    "eslint-config-algolia": "20.0.0",
    "eslint-config-prettier": "9.1.0",
    "eslint-plugin-eslint-comments": "3.2.0",
    "eslint-plugin-import": "2.31.0",
    "eslint-plugin-jsdoc": "46.10.1",
    "eslint-plugin-prettier": "5.2.3",
    "vitest": "3.0.5"
  }
}
