UNPKG

1.09 kBJSONView Raw
1{
2 "name": "conventional-changelog-cli",
3 "type": "module",
4 "version": "5.0.0",
5 "description": "Generate a changelog from git metadata.",
6 "author": {
7 "name": "Steve Mao",
8 "email": "maochenyan@gmail.com",
9 "url": "https://github.com/stevemao"
10 },
11 "license": "MIT",
12 "homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme",
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/conventional-changelog/conventional-changelog.git",
16 "directory": "packages/conventional-changelog-cli"
17 },
18 "bugs": {
19 "url": "https://github.com/conventional-changelog/conventional-changelog/issues"
20 },
21 "keywords": [
22 "cli",
23 "cli-app",
24 "conventional-changelog",
25 "conventional",
26 "changelog",
27 "log"
28 ],
29 "engines": {
30 "node": ">=18"
31 },
32 "bin": {
33 "conventional-changelog": "cli.js"
34 },
35 "files": [
36 "cli.js"
37 ],
38 "dependencies": {
39 "add-stream": "^1.0.0",
40 "meow": "^13.0.0",
41 "tempfile": "^5.0.0",
42 "conventional-changelog": "^6.0.0"
43 }
44}
\No newline at end of file