-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
37 lines (37 loc) · 851 Bytes
/
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
{
"name": "mtd-starter",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/roedoejet/mtd-starter.git"
},
"keywords": [],
"author": "",
"license": "",
"bugs": {
"url": "https://github.com/roedoejet/mtd-starter/issues"
},
"homepage": "https://github.com/roedoejet/mtd-starter#readme",
"dependencies": {
"@commitlint/config-conventional": "^8.3.4",
"commitlint": "^8.3.5",
"husky": "^4.2.3",
"prettier": "^1.19.1",
"pretty-quick": "^2.0.1"
}
}