forked from release-it/release-it
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "release-it",
"version": "2.5.0",
"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",
"author": {
"email": "lars@webpro.nl",
"name": "Lars Kappert"
},
"license": "MIT",
"dependencies": {
"chalk": "1.1.3",
"github": "6.0.4",
"glob": "7.1.1",
"graceful-fs": "4.1.10",
"inquirer": "1.2.2",
"lodash": "4.16.6",
"minimist": "1.2.0",
"mkdirp": "0.5.1",
"parse-repo": "1.0.1",
"semver": "5.3.0",
"shelljs": "0.7.5",
"when": "3.7.7"
}
}