UNPKG

1.5 kBJSONView Raw
1{
2 "name": "conventional-changelog",
3 "type": "module",
4 "version": "6.0.0",
5 "description": "Generate a changelog from git metadata.",
6 "author": "Steve Mao",
7 "contributors": [
8 {
9 "name": "Brian Ford"
10 },
11 {
12 "name": "Vojta Jína"
13 },
14 {
15 "name": "Andrew Joslin"
16 }
17 ],
18 "license": "MIT",
19 "homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog#readme",
20 "repository": {
21 "type": "git",
22 "url": "https://github.com/conventional-changelog/conventional-changelog.git",
23 "directory": "packages/conventional-changelog"
24 },
25 "bugs": {
26 "url": "https://github.com/conventional-changelog/conventional-changelog/issues"
27 },
28 "keywords": [
29 "conventional-changelog",
30 "conventional",
31 "changelog",
32 "log"
33 ],
34 "engines": {
35 "node": ">=18"
36 },
37 "exports": "./index.js",
38 "files": [
39 "index.js"
40 ],
41 "dependencies": {
42 "conventional-changelog-angular": "^8.0.0",
43 "conventional-changelog-codemirror": "^5.0.0",
44 "conventional-changelog-conventionalcommits": "^8.0.0",
45 "conventional-changelog-core": "^8.0.0",
46 "conventional-changelog-eslint": "^6.0.0",
47 "conventional-changelog-jquery": "^6.0.0",
48 "conventional-changelog-express": "^5.0.0",
49 "conventional-changelog-atom": "^5.0.0",
50 "conventional-changelog-jshint": "^5.0.0",
51 "conventional-changelog-preset-loader": "^5.0.0",
52 "conventional-changelog-ember": "^5.0.0"
53 }
54}
\No newline at end of file