UNPKG

1.38 kBJSONView Raw
1{
2 "name": "conventional-changelog-writer",
3 "version": "6.0.0",
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": ">=14"
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 "conventional-commits-filter": "^3.0.0",
40 "dateformat": "^3.0.3",
41 "handlebars": "^4.7.7",
42 "json-stringify-safe": "^5.0.1",
43 "meow": "^8.1.2",
44 "semver": "^6.3.0",
45 "split": "^1.0.1"
46 },
47 "bin": {
48 "conventional-changelog-writer": "cli.js"
49 },
50 "devDependencies": {
51 "dedent": "^0.7.0",
52 "forceable-tty": "^0.1.0"
53 },
54 "scripts": {
55 "test-windows": "echo 'make work on windows'"
56 }
57}
\No newline at end of file