UNPKG

release-it

Version:

Interactive release tool for Git repositories. Increment version, commit, tag, push, build, publish to npm. Supports to build and release to a distribution/component repository.

59 lines (58 loc) 1.21 kB
{ "name": "release-it", "version": "2.8.4", "description": "Interactive release tool for Git repositories. Increment version, commit, tag, push, build, publish to npm. Supports to build and release to a distribution/component repository.", "keywords": [ "build", "commit", "distribution", "git", "github", "interactive", "npm", "publish", "push", "release", "repository", "script", "shell", "tag", "tool", "version" ], "repository": { "type": "git", "url": "git@github.com:webpro/release-it.git" }, "bin": "./bin/release.js", "main": "./lib/release.js", "scripts": { "lint": "eslint lib" }, "author": { "email": "lars@webpro.nl", "name": "Lars Kappert" }, "license": "MIT", "dependencies": { "chalk": "1.1.3", "github": "9.2.0", "glob": "7.1.1", "graceful-fs": "4.1.11", "inquirer": "3.0.6", "lodash": "4.17.4", "minimist": "1.2.0", "mkdirp": "0.5.1", "p-retry": "1.0.0", "parse-repo": "1.0.1", "semver": "5.3.0", "shelljs": "0.7.7", "when": "3.7.8" }, "devDependencies": { "eslint": "^3.19.0" }, "engines": { "node": ">=4" } }