-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 845 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 845 Bytes
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
{
"name": "@gitmoji/template",
"version": "4.2.3",
"description": "a template for gitmoji commit workflow",
"main": "lib/index.js",
"scripts": {
"release": "semantic-release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arvinxx/gitmoji-commit-workflow-template.git"
},
"author": "Arvin Xu",
"license": "MIT",
"bugs": {
"url": "https://github.com/arvinxx/gitmoji-commit-workflow-template/issues"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"commitlint": "^12.0.1",
"commitlint-config-gitmoji": "^2.2.1",
"husky": "^4.3.8",
"semantic-release": "^18.0.1",
"semantic-release-config-gitmoji": "^1.2.4"
},
"homepage": "https://github.com/arvinxx/gitmoji-commit-workflow-template#readme"
}