-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.05 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
{
"name": "fbi-task-commit",
"version": "1.2.2",
"description": "git commit and npm publish flow, formatting commit messages with commitizen.",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/fbi-templates/fbi-task-commit.git"
},
"keywords": [
"git commit",
"handlebars",
"tasks",
"fbi-task",
"fbi"
],
"author": "neikvon <neikvon@gmail.com> (https://github.com/neikvon)",
"license": "MIT",
"bugs": {
"url": "https://github.com/fbi-templates/fbi-task-commit/issues"
},
"homepage": "https://github.com/fbi-templates/fbi-task-commit#readme",
"engines": {
"node": ">=7.6.0",
"npm": ">=3.10.0"
},
"dependencies": {
"@peak-stone/commitizen-promise": "^3.0.0",
"@peak-stone/cz-fbi": "^1.1.3",
"execa": "^0.10.0",
"get-stream": "^3.0.0",
"inquirer": "^6.0.0",
"standard-version": "^4.4.0"
},
"fbi": {
"template": {
"name": "fbi-task-commit"
},
"tasks": {
"commit": {
"alias": "c"
}
}
}
}