UNPKG

1.33 kBJSONView Raw
1{
2 "name": "conventional-changelog-core",
3 "version": "4.2.2",
4 "description": "conventional-changelog core",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/conventional-changelog/conventional-changelog.git"
8 },
9 "keywords": [
10 "conventional-changelog",
11 "conventional",
12 "changelog",
13 "log"
14 ],
15 "engines": {
16 "node": ">=10"
17 },
18 "license": "MIT",
19 "files": [
20 "index.js",
21 "lib",
22 "hosts"
23 ],
24 "bugs": {
25 "url": "https://github.com/conventional-changelog/conventional-changelog/issues"
26 },
27 "homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-core#readme",
28 "dependencies": {
29 "add-stream": "^1.0.0",
30 "conventional-changelog-writer": "^4.0.18",
31 "conventional-commits-parser": "^3.2.0",
32 "dateformat": "^3.0.0",
33 "get-pkg-repo": "^1.0.0",
34 "git-raw-commits": "^2.0.8",
35 "git-remote-origin-url": "^2.0.0",
36 "git-semver-tags": "^4.1.1",
37 "lodash": "^4.17.15",
38 "normalize-package-data": "^3.0.0",
39 "q": "^1.5.1",
40 "read-pkg": "^3.0.0",
41 "read-pkg-up": "^3.0.0",
42 "shelljs": "^0.8.3",
43 "through2": "^4.0.0"
44 },
45 "scripts": {
46 "test-windows": "mocha --timeout 30000"
47 },
48 "devDependencies": {
49 "conventional-changelog-angular": "^5.0.12"
50 }
51}