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.05 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-snapshot",
"version": "1.0.1",
"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:ntoggle/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.1",
"github": "^2.4.0",
"glob": "^7.0.3",
"graceful-fs": "^4.1.3",
"inquirer": "^1.0.2",
"lodash": "^4.6.1",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"parse-repo": "^1.0.1",
"semver": "^5.1.0",
"shelljs": "^0.7.0",
"when": "^3.7.7"
}
}