-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
52 lines (52 loc) · 1.49 KB
/
package.json
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
{
"name": "semantic-release-config-gitmoji",
"version": "1.5.3",
"description": "a gitmoji commit style presets for semantic-release",
"keywords": [
"conventional-changelog",
"gitmoji",
"preset",
"changelog",
"emoji",
"semantic-release"
],
"homepage": "https://github.com/arvinxx/gitmoji-commit-workflow/tree/master/packages/release-config#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 <[email protected]>",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"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",
"test:cov": "jest --coverage",
"test:update": "jest -u"
},
"dependencies": {
"@gitmoji/commit-types": "1.1.5",
"@semantic-release/changelog": "^6",
"@semantic-release/git": "^10",
"@semantic-release/github": "npm:@achingbrain/semantic-release-github",
"@semrel-extra/npm": "^1",
"@types/semantic-release": "^17.2.0",
"conventional-changelog-gitmoji-config": "1.5.2"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}