-
Stefan Hynek authored
Merge remote-tracking branch 'origin/master' into 10-move-to-gitlab-and-automize-pdfenize-markdown-document
Stefan Hynek authoredMerge remote-tracking branch 'origin/master' into 10-move-to-gitlab-and-automize-pdfenize-markdown-document
This project manages its dependencies using npm.
Learn more
package.json 552 B
{
"private": true,
"name": "technical-reference",
"description": "A document describing the software development process at Göttingen State and University Library's Research and Development Department.",
"repository": {
"type": "git",
"url": "https://gitlab.gwdg.de/fe/technical-reference.git"
},
"license": "MIT",
"devDependencies": {
"markdownlint-cli": "^0.23.1",
"commitizen": "^4.1.2",
"cz-customizable": "^6.2.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
}
}
}