-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1023 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 1023 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
29
30
31
{
"name": "backstage-techlab",
"version": "0.0.9",
"description": "Backstage Techlab",
"repository": {
"type": "git",
"url": "git+https://github.com/puzzle/backstage-techlab.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/",
"mdlint-fix": "npm run mdlint -- --fix",
"prepare": "husky"
},
"bugs": {
"url": "https://github.com/puzzle/backstage-techlab/issues"
},
"homepage": "https://github.com/puzzle/backstage-techlab#readme",
"engines": {
"node": ">=23"
},
"devDependencies": {
"husky": "9.1.7",
"lint-staged": "16.1.4",
"markdownlint-cli": "0.48.0"
},
"lint-staged": {
"**/*.md": "markdownlint --config .markdownlint.json --fix"
}
}