-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.56 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "conventional-changelog-gitmoji-config",
"version": "1.5.2",
"description": "a gitmoji commit style presets for conventional changelog",
"keywords": [
"conventional-changelog",
"gitmoji",
"preset",
"changelog",
"emoji"
],
"homepage": "https://github.com/arvinxx/gitmoji-commit-workflow/tree/master/packages/changelog#readme",
"bugs": {
"url": "https://github.com/arvinxx/gitmoji-commit-workflow/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/arvinxx/gitmoji-commit-workflow.git"
},
"license": "MIT",
"author": "Arvin Xu <arvinx@foxmail.com>",
"main": "lib/index.js",
"files": [
"lib"
],
"scripts": {
"build": "father build",
"clean": "rm -rf es lib dist build coverage src/.umi* .eslintcache",
"cov": "jest --coverage",
"doctor": "father doctor",
"prepublishOnly": "npm run doctor && npm run build",
"start": "father dev",
"test": "jest"
},
"dependencies": {
"@ardatan/sync-fetch": "^0",
"@gitmoji/commit-types": "1.1.5",
"@gitmoji/parser-opts": "1.4.0",
"cosmiconfig": "^7",
"lodash": "^4",
"pangu": "^4"
},
"devDependencies": {
"@types/conventional-changelog-core": "^4",
"@types/lodash": "^4",
"better-than-before": "^1",
"conventional-changelog-core": "^4",
"conventional-changelog-writer": "^5",
"conventional-commits-parser": "^3",
"git-dummy-commit": "^1",
"shelljs": "^0.8",
"through2": "^4"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}