-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
24 lines (24 loc) · 1006 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
{
"name": "amm-techlab",
"version": "1.1.0",
"description": "Application Migration and Modernization Techlab",
"repository": {
"type": "git",
"url": "git+https://github.com/puzzle/amm-techlab.git"
},
"author": "Puzzle ITC",
"scripts": {
"secret-scan": "docker run --rm -v \"$(pwd):/proj\" dxa4481/trufflehog --regex --max_depth=10 -x .trufflehog/exclude-patterns.txt file:///proj",
"start": "bash -c \"docker run --rm --interactive --publish 8080:8080 -v $(pwd):/src:Z docker.io/klakegg/hugo:$(grep \"FROM docker.io/klakegg/hugo\" Dockerfile | sed 's/FROM docker.io\/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/amm-techlab/issues"
},
"homepage": "https://github.com/puzzle/amm-techlab#readme",
"devDependencies": {
"husky": "9.0.11",
"markdownlint-cli": "0.39.0"
}
}