UNPKG

1.44 kBJSONView Raw
1{
2 "name": "conventional-changelog-writer",
3 "version": "4.0.5",
4 "description": "Write logs based on conventional commits and templates",
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-writer#readme",
9 "author": {
10 "name": "Steve Mao",
11 "email": "maochenyan@gmail.com",
12 "url": "https://github.com/stevemao"
13 },
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/conventional-changelog/conventional-changelog.git"
17 },
18 "license": "MIT",
19 "engines": {
20 "node": ">=6.9.0"
21 },
22 "files": [
23 "index.js",
24 "cli.js",
25 "lib",
26 "templates"
27 ],
28 "keywords": [
29 "conventional-changelog-writer",
30 "changelog",
31 "conventional",
32 "commits",
33 "templates",
34 "writer",
35 "writing",
36 "logs"
37 ],
38 "dependencies": {
39 "compare-func": "^1.3.1",
40 "conventional-commits-filter": "^2.0.2",
41 "dateformat": "^3.0.0",
42 "handlebars": "^4.1.0",
43 "json-stringify-safe": "^5.0.1",
44 "lodash": "^4.2.1",
45 "meow": "^4.0.0",
46 "semver": "^5.5.0",
47 "split": "^1.0.0",
48 "through2": "^3.0.0"
49 },
50 "scripts": {
51 "test-windows": "echo 'make work on windows'"
52 },
53 "bin": {
54 "conventional-changelog-writer": "cli.js"
55 },
56 "gitHead": "f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4"
57}