-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.25 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
50
51
52
53
{
"name": "conventional-changelog-writer",
"version": "7.0.0",
"description": "Write logs based on conventional commits and templates",
"bugs": {
"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
},
"homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-writer#readme",
"author": {
"name": "Steve Mao",
"email": "maochenyan@gmail.com",
"url": "https://github.com/stevemao"
},
"repository": {
"type": "git",
"url": "https://github.com/conventional-changelog/conventional-changelog.git"
},
"license": "MIT",
"engines": {
"node": ">=16"
},
"files": [
"index.js",
"cli.mjs",
"lib",
"templates"
],
"keywords": [
"conventional-changelog-writer",
"changelog",
"conventional",
"commits",
"templates",
"writer",
"writing",
"logs"
],
"dependencies": {
"conventional-commits-filter": "^4.0.0",
"handlebars": "^4.7.7",
"json-stringify-safe": "^5.0.1",
"meow": "^12.0.1",
"semver": "^7.5.2",
"split2": "^4.0.0"
},
"bin": {
"conventional-changelog-writer": "cli.mjs"
},
"devDependencies": {
"dedent": "^1.0.0",
"forceable-tty": "^0.1.0"
}
}