{
  "name": "release-it",
  "version": "17.1.1",
  "description": "Generic CLI tool to automate versioning and package publishing-related tasks.",
  "keywords": [
    "build",
    "changelog",
    "commit",
    "distribution",
    "git",
    "github",
    "gitlab",
    "interactive",
    "ci",
    "npm",
    "publish",
    "push",
    "release",
    "release-it",
    "repository",
    "script",
    "shell",
    "tag",
    "tool",
    "version",
    "semver",
    "plugin"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/release-it/release-it.git"
  },
  "homepage": "https://github.com/release-it/release-it#readme",
  "bugs": "https://github.com/release-it/release-it/issues",
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/webpro"
    },
    {
      "type": "opencollective",
      "url": "https://opencollective.com/webpro"
    }
  ],
  "bin": {
    "release-it": "bin/release-it.js"
  },
  "type": "module",
  "exports": {
    ".": "./lib/index.js",
    "./package.json": "./package.json",
    "./test/util/index.js": "./test/util/index.js"
  },
  "files": [
    "bin",
    "config",
    "lib",
    "test"
  ],
  "scripts": {
    "knip": "knip",
    "lint": "eslint lib test",
    "format": "prettier --write \"{lib,test}/**/*.js\"",
    "docs": "remark README.md 'docs/**/*.md' '.github/*.md' -o",
    "test": "ava --no-worker-threads",
    "release": "./bin/release-it.js"
  },
  "author": {
    "email": "lars@webpro.nl",
    "name": "Lars Kappert"
  },
  "license": "MIT",
  "dependencies": {
    "@iarna/toml": "2.2.5",
    "@octokit/rest": "20.0.2",
    "async-retry": "1.3.3",
    "chalk": "5.3.0",
    "cosmiconfig": "9.0.0",
    "execa": "8.0.1",
    "git-url-parse": "14.0.0",
    "globby": "14.0.1",
    "got": "13.0.0",
    "inquirer": "9.2.14",
    "is-ci": "3.0.1",
    "issue-parser": "6.0.0",
    "lodash": "4.17.21",
    "mime-types": "2.1.35",
    "new-github-release-url": "2.0.0",
    "node-fetch": "3.3.2",
    "open": "10.0.3",
    "ora": "8.0.1",
    "os-name": "5.1.0",
    "promise.allsettled": "1.0.7",
    "proxy-agent": "6.4.0",
    "semver": "7.6.0",
    "shelljs": "0.8.5",
    "update-notifier": "7.0.0",
    "url-join": "5.0.0",
    "wildcard-match": "5.1.2",
    "yargs-parser": "21.1.1"
  },
  "devDependencies": {
    "@octokit/request-error": "5.0.1",
    "ava": "6.1.1",
    "eslint": "8.56.0",
    "eslint-config-prettier": "9.1.0",
    "eslint-plugin-ava": "14.0.0",
    "eslint-plugin-import": "2.29.1",
    "eslint-plugin-prettier": "5.1.3",
    "fs-monkey": "1.0.5",
    "knip": "5.0.1",
    "memfs": "4.7.0",
    "mock-stdio": "1.0.3",
    "nock": "13.5.1",
    "prettier": "3.2.5",
    "remark-cli": "12.0.0",
    "remark-preset-webpro": "1.0.0",
    "sinon": "17.0.1",
    "strip-ansi": "7.1.0"
  },
  "engines": {
    "node": ">=18"
  },
  "remarkConfig": {
    "plugins": [
      "preset-webpro"
    ]
  }
}
