forked from puzzle-bbt/training-sbb-puzzle
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 1014 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
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "training-sbb-puzzle-hugo",
"version": "1.0.0",
"description": "Ausbildung SBB / Puzzle",
"repository": {
"type": "git",
"url": "git+https://github.com/puzzle-bbt/training-sbb-puzzle.git"
},
"author": "Puzzle ITC",
"dependencies": {
"autoprefixer": "^10.0.0",
"lint-staged": "^15.2.10",
"postcss": "^8.0.0",
"postcss-cli": "^8.0.0",
"prettier": "^3.3.3"
},
"scripts": {
"mdlint": "markdownlint --config .markdownlint.json content *.md",
"prepare": "husky",
"format": "prettier --no-error-on-unmatched-pattern --ignore-unknown --write --check content/",
"lint": "prettier --check content/"
},
"bugs": {
"url": "https://github.com/puzzle-bbt/training-sbb-puzzle/issues"
},
"homepage": "https://github.com/puzzle-bbt/training-sbb-puzzle#readme",
"devDependencies": {
"husky": "^9.1.6",
"markdownlint-cli": "0.27.1"
},
"main": "index.js",
"keywords": [],
"license": "ISC",
"directories": {
"doc": "docs"
}
}