forked from puzzle/jenkins-techlab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
23 lines (23 loc) · 809 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
{
"name": "jenkins-techlab",
"version": "1.0.0",
"description": "Jenkins Techlab",
"repository": {
"type": "git",
"url": "git+https://github.com/puzzle/jenkins-techlab.git"
},
"author": "Puzzle ITC",
"scripts": {
"start": "bash -c \"docker run --rm --interactive --publish 8080:8080 -v $(pwd):/src:Z klakegg/hugo:$(grep \"FROM klakegg/hugo\" Dockerfile | sed 's/FROM klakegg\\/hugo://g' | sed 's/ AS builder//g') server -p 8080 --bind 0.0.0.0\"",
"mdlint": "markdownlint --config .markdownlint.json content *.md",
"prepare": "husky install"
},
"bugs": {
"url": "https://github.com/puzzle/jenkins-techlab/issues"
},
"homepage": "https://github.com/puzzle/jenkins-techlab#readme",
"devDependencies": {
"husky": "8.0.3",
"markdownlint-cli": "0.38.0"
}
}