UNPKG

release-it

Version:

Generic CLI tool to automate versioning and package publishing-related tasks.

138 lines (137 loc) 3.12 kB
{ "name": "release-it", "version": "21.0.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", "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": { ".": { "types": "./types/index.d.ts", "import": "./lib/index.js", "require": "./lib/index.js" }, "./package.json": "./package.json", "./test/util/index.js": "./test/util/index.js" }, "files": [ "bin", "config", "lib", "test", "schema", "types" ], "types": "./types/index.d.ts", "scripts": { "knip": "knip", "lint": "eslint lib test", "format": "prettier --write eslint.config.mjs \"{lib,test}/**/*.js\"", "docs": "remark README.md 'docs/**/*.md' '.github/*.md' -o", "test": "node --env-file=.env.test --test && installed-check", "release": "./bin/release-it.js" }, "author": { "email": "lars@webpro.nl", "name": "Lars Kappert" }, "license": "MIT", "dependencies": { "@inquirer/prompts": "8.5.2", "defu": "^6.1.7", "@octokit/rest": "22.0.1", "@phun-ky/typeof": "2.0.3", "async-retry": "1.3.3", "c12": "3.3.4", "ci-info": "^4.4.0", "eta": "4.6.0", "git-url-parse": "16.1.0", "issue-parser": "7.0.2", "lodash.merge": "4.6.2", "mime-types": "3.0.2", "new-github-release-url": "2.0.0", "open": "11.0.0", "ora": "9.4.1", "os-name": "7.0.0", "proxy-agent": "8.0.2", "semver": "7.8.5", "tinyglobby": "0.2.17", "undici": "7.29.0", "url-join": "5.0.0", "wildcard-match": "5.1.4" }, "devDependencies": { "@eslint/js": "10.0.1", "@octokit/request-error": "7.1.0", "@types/node": "26.1.1", "eslint": "10.8.0", "eslint-plugin-import-x": "4.17.1", "globals": "17.7.0", "installed-check": "10.0.1", "knip": "6.29.0", "mentoss": "0.13.0", "mock-stdio": "1.0.3", "prettier": "3.9.6", "remark-cli": "12.0.1", "remark-preset-webpro": "2.2.0", "tar": "7.5.22", "typescript": "7.0.2" }, "overrides": { "@npmcli/map-workspaces": "5.0.3", "socks": "2.8.9", "glob": "13.0.6", "minimatch@^10.0.0": { "brace-expansion": "5.0.8" } }, "engines": { "node": "^22.21.0 || >=24.0.0" }, "remarkConfig": { "plugins": [ "preset-webpro" ] } }