-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 839 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "gitlab-ci-cd-training",
"version": "0.0.9",
"description": "GitLab CI/CD Training",
"repository": {
"type": "git",
"url": "git+https://github.com/puzzle/gitlab-ci-cd-training.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/gitlab-ci-cd-training/issues"
},
"homepage": "https://github.com/puzzle/gitlab-ci-cd-training#readme",
"devDependencies": {
"husky": "9.1.7",
"markdownlint-cli": "0.47.0"
}
}