UNPKG

1.17 kBJSONView Raw
1{
2 "name": "conventional-changelog-cli",
3 "version": "2.0.19",
4 "description": "Generate a changelog from git metadata",
5 "bugs": {
6 "url": "https://github.com/conventional-changelog/conventional-changelog/issues"
7 },
8 "homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme",
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/conventional-changelog/conventional-changelog.git"
12 },
13 "author": {
14 "name": "Steve Mao",
15 "email": "maochenyan@gmail.com",
16 "url": "https://github.com/stevemao"
17 },
18 "bin": {
19 "conventional-changelog": "cli.js"
20 },
21 "files": [
22 "cli.js"
23 ],
24 "keywords": [
25 "cli",
26 "cli-app",
27 "conventional-changelog",
28 "conventional",
29 "changelog",
30 "log"
31 ],
32 "engines": {
33 "node": ">=6.9.0"
34 },
35 "dependencies": {
36 "add-stream": "^1.0.0",
37 "conventional-changelog": "^3.1.6",
38 "lodash": "^4.2.1",
39 "meow": "^4.0.0",
40 "tempfile": "^1.1.1"
41 },
42 "scripts": {
43 "test-windows": "echo 'make work on windows'"
44 },
45 "license": "MIT",
46 "gitHead": "83a7c3dac05e1d0a3402c6124318e584e4030c57"
47}