{
  "name": "release-it",
  "version": "15.11.0",
  "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",
  "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": {
    "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": "19.0.11",
    "async-retry": "1.3.3",
    "chalk": "5.2.0",
    "cosmiconfig": "8.1.3",
    "execa": "7.1.1",
    "git-url-parse": "13.1.0",
    "globby": "13.1.4",
    "got": "12.6.1",
    "inquirer": "9.2.6",
    "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.1",
    "open": "9.1.0",
    "ora": "6.3.1",
    "os-name": "5.1.0",
    "promise.allsettled": "1.0.6",
    "proxy-agent": "6.2.1",
    "semver": "7.5.1",
    "shelljs": "0.8.5",
    "update-notifier": "6.0.2",
    "url-join": "5.0.0",
    "wildcard-match": "5.1.2",
    "yargs-parser": "21.1.1"
  },
  "devDependencies": {
    "@octokit/request-error": "3.0.3",
    "ava": "5.3.0",
    "eslint": "8.41.0",
    "eslint-config-prettier": "8.8.0",
    "eslint-plugin-ava": "14.0.0",
    "eslint-plugin-import": "2.27.5",
    "eslint-plugin-prettier": "4.2.1",
    "mock-fs": "5.2.0",
    "mock-stdio": "1.0.3",
    "nock": "13.3.1",
    "prettier": "2.8.8",
    "remark-cli": "11.0.0",
    "remark-preset-webpro": "0.0.2",
    "sinon": "15.1.0",
    "strip-ansi": "7.1.0"
  },
  "engines": {
    "node": ">=14.9"
  },
  "remarkConfig": {
    "plugins": [
      "preset-webpro"
    ]
  }
}
