-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.08 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
49
{
"name": "git-tag-changelog",
"version": "1.1.1",
"main": "lib/index.js",
"description": "Create change logs using git tag annotations",
"homepage": "https://github.com/DonutEspresso/git-tag-changelog",
"author": {
"name": "Alex Liu",
"email": "donutespresso@gmail.com"
},
"repository": {
"type": "git",
"url": "git@github.com:DonutEspresso/git-tag-changelog.git"
},
"license": "MIT",
"files": [
"bin",
"lib"
],
"bin": {
"cl": "./bin/cli.js"
},
"keywords": [
"git-tag-changelog",
"git",
"changelog",
"release",
"semver"
],
"devDependencies": {
"chai": "^4.2.0",
"conventional-changelog-angular": "^5.0.3",
"conventional-recommended-bump": "^6.0.0",
"eslint": "^7.18.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-prettier": "^3.1.0",
"mocha": "^8.2.1",
"nyc": "^15.1.0",
"prettier": "^2.2.1",
"unleash": "^2.0.1"
},
"dependencies": {
"assert-plus": "^1.0.0",
"dashdash": "^2.0.0",
"lodash": "^4.17.15",
"lumberjill": "^1.1.2",
"semver": "^7.3.4"
}
}