|
2 | 2 | "name": "conventional-changelog-gitmoji-config",
|
3 | 3 | "version": "1.4.4",
|
4 | 4 | "description": "a gitmoji commit style presets for conventional changelog",
|
5 |
| - "main": "lib/index.js", |
6 |
| - "files": [ |
7 |
| - "lib" |
8 |
| - ], |
9 |
| - "scripts": { |
10 |
| - "start": "father dev", |
11 |
| - "build": "father build", |
12 |
| - "test": "jest", |
13 |
| - "cov": "jest --coverage", |
14 |
| - "clean": "rm -rf es lib dist build coverage src/.umi* .eslintcache" |
15 |
| - }, |
16 |
| - "repository": { |
17 |
| - "type": "git", |
18 |
| - "url": "https://github.com/arvinxx/gitmoji-commit-workflow.git" |
19 |
| - }, |
20 | 5 | "keywords": [
|
21 | 6 | "conventional-changelog",
|
22 | 7 | "gitmoji",
|
23 | 8 | "preset",
|
24 | 9 | "changelog",
|
25 | 10 | "emoji"
|
26 | 11 | ],
|
27 |
| - "author": "Arvin Xu <arvinx@foxmail.com>", |
28 |
| - "license": "MIT", |
29 |
| - "publishConfig": { |
30 |
| - "access": "public", |
31 |
| - "registry": "https://registry.npmjs.org/" |
32 |
| - }, |
| 12 | + "homepage": "https://github.com/arvinxx/gitmoji-commit-workflow/tree/master/packages/changelog#readme", |
33 | 13 | "bugs": {
|
34 | 14 | "url": "https://github.com/arvinxx/gitmoji-commit-workflow/issues"
|
35 | 15 | },
|
36 |
| - "homepage": "https://github.com/arvinxx/gitmoji-commit-workflow/tree/master/packages/changelog#readme", |
| 16 | + "repository": { |
| 17 | + "type": "git", |
| 18 | + "url": "https://github.com/arvinxx/gitmoji-commit-workflow.git" |
| 19 | + }, |
| 20 | + "license": "MIT", |
| 21 | + "author": "Arvin Xu <arvinx@foxmail.com>", |
| 22 | + "main": "lib/index.js", |
| 23 | + "files": [ |
| 24 | + "lib" |
| 25 | + ], |
| 26 | + "scripts": { |
| 27 | + "build": "father build", |
| 28 | + "clean": "rm -rf es lib dist build coverage src/.umi* .eslintcache", |
| 29 | + "cov": "jest --coverage", |
| 30 | + "start": "father dev", |
| 31 | + "test": "jest" |
| 32 | + }, |
37 | 33 | "dependencies": {
|
38 | 34 | "@gitmoji/commit-types": "1.1.5",
|
39 | 35 | "@gitmoji/parser-opts": "1.3.1",
|
|
43 | 39 | "@types/conventional-changelog-core": "^4.1.1",
|
44 | 40 | "better-than-before": "^1.0.0",
|
45 | 41 | "conventional-changelog-core": "^4.2.2",
|
| 42 | + "conventional-changelog-writer": "^5", |
| 43 | + "conventional-commits-parser": "^3", |
46 | 44 | "git-dummy-commit": "^1.3.0",
|
47 | 45 | "shelljs": "^0.8.4",
|
48 | 46 | "through2": "^4.0.2"
|
| 47 | + }, |
| 48 | + "publishConfig": { |
| 49 | + "access": "public", |
| 50 | + "registry": "https://registry.npmjs.org/" |
49 | 51 | }
|
50 | 52 | }
|
0 commit comments