-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.4 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
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "@codetanzania/majifix",
"version": "0.0.0",
"description": "WIP",
"main": "index.js",
"scripts": {
"cmt": "git add . && git-cz",
"changelog": "changelog"
},
"repository": {
"type": "git",
"url": "https://github.com/CodeTanzania/majifix.git"
},
"keywords": [
"codetanzania",
"majifix",
"water",
"customer care",
"customer service",
"issue tracking",
"open311"
],
"contributors": [
{
"name": "lykmapipo",
"email": "lallyelias87@gmail.com",
"url": "https://github.com/lykmapipo"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/CodeTanzania/majifix/issues",
"email": "lallyelias87@gmail.com"
},
"homepage": "https://github.com/CodeTanzania/majifix",
"devDependencies": {
"@commitlint/cli": "8.3.5",
"@commitlint/config-conventional": "8.3.4",
"@commitlint/travis-cli": "8.3.5",
"commitizen": "4.0.3",
"cz-conventional-changelog": "3.0.2",
"generate-changelog": "1.8.0",
"husky": "3.1.0"
},
"peerDependencies": {},
"dependencies": {},
"engines": {
"node": ">=8.11.1",
"npm": ">=5.6.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"commitlint": {
"extends": ["@commitlint/config-conventional"]
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}