UNPKG

1.48 kBJSONView Raw
1{
2 "name": "conventional-changelog-writer",
3 "version": "3.0.9",
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 "files": [
20 "index.js",
21 "cli.js",
22 "lib",
23 "templates"
24 ],
25 "keywords": [
26 "conventional-changelog-writer",
27 "changelog",
28 "conventional",
29 "commits",
30 "templates",
31 "writer",
32 "writing",
33 "logs"
34 ],
35 "dependencies": {
36 "compare-func": "^1.3.1",
37 "conventional-commits-filter": "^1.1.6",
38 "dateformat": "^3.0.0",
39 "handlebars": "^4.0.2",
40 "json-stringify-safe": "^5.0.1",
41 "lodash": "^4.2.1",
42 "meow": "^4.0.0",
43 "semver": "^5.5.0",
44 "split": "^1.0.0",
45 "through2": "^2.0.0"
46 },
47 "devDependencies": {
48 "concat-stream": "^1.6.0"
49 },
50 "scripts": {
51 "lint": "eslint --fix .",
52 "test": "npm run lint && mocha --timeout 30000",
53 "test-windows": "echo 'make work on windows'"
54 },
55 "bin": {
56 "conventional-changelog-writer": "cli.js"
57 }
58}