forked from skyfrk/dhbw-vs-latex-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.04 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
{
"name": "dhbw-vs-latex-template",
"version": "5.3.4",
"directories": {
"doc": "docs",
"example": "examples"
},
"scripts": {
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skyfrk/dhbw-vs-latex-template.git"
},
"author": "Simon Eßlinger",
"license": "MIT",
"bugs": {
"url": "https://github.com/skyfrk/dhbw-vs-latex-template/issues"
},
"homepage": "https://github.com/skyfrk/dhbw-vs-latex-template",
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@semantic-release/changelog": "^3.0.6",
"@semantic-release/exec": "^3.3.8",
"@semantic-release/git": "^7.0.18",
"commitizen": "^4.1.2",
"cz-conventional-changelog": "^3.2.0",
"husky": "^3.1.0",
"semantic-release": "^15.14.0"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}