forked from ScaledAgileDevOps/SADMF
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 977 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
{
"name": "SADMF",
"version": "1.0.0",
"description": "Scaled Agile DevOps Maturity Framework",
"main": "hugo serve",
"scripts": {
"build": "hugo",
"lint": "markdownlint ./content/**/*.md",
"lint:fix": "markdownlint -f ./content/**/*.md",
"prepare": "husky install",
"postinstall": "git submodule update --init --recursive",
"test": "npm run lint; npm run link-check",
"link-check": "start-server-and-test start http://localhost:1313 'blc http://localhost:1313 --recursive --ordered --exclude-external'",
"start": "hugo serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ScaledAgileDevOps/SADMF.git"
},
"keywords": [
"agile"
],
"author": "Bran Finster",
"license": "CC-BY-4.0",
"homepage": "https://scaledagiledevops.com",
"devDependencies": {
"husky": "^8.0.1",
"markdownlint-cli": "^0.32.2",
"start-server-and-test": "^1.14.0",
"broken-link-checker": "^0.7.8"
}
}