-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 982 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 982 Bytes
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
{
"name": "dagger-techlab",
"version": "1.0.0",
"description": "Dagger Techlab",
"repository": {
"type": "git",
"url": "git+https://github.com/puzzle/dagger-techlab.git.git"
},
"author": "Puzzle ITC",
"scripts": {
"start": "bash -c \"docker run --rm --publish 8080:8080 -v $(pwd):/src:Z docker.io/floryn90/hugo:$(grep 'FROM docker.io/floryn90/hugo' Dockerfile | sed 's#FROM docker.io/floryn90/hugo:##g' | sed 's/ AS builder//g') server -p 8080 --bind 0.0.0.0\"",
"mdlint": "markdownlint --config .markdownlint.json content *.md",
"mdlint-fix": "npm run mdlint -- --fix",
"prepare": "husky"
},
"bugs": {
"url": "https://github.com/puzzle/dagger-techlab.git/issues"
},
"homepage": "https://github.com/puzzle/dagger-techlab.git#readme",
"devDependencies": {
"husky": "9.1.7",
"lint-staged": "16.1.4",
"markdownlint-cli": "0.45.0"
},
"lint-staged": {
"*.md": "markdownlint --config .markdownlint.json --fix"
}
}