summaryrefslogtreecommitdiff
path: root/package.json
blob: 0d3ac3034c63e1eaa900b66e69aa0677eaa709c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
	"scripts": {
		"build": "hugo && npm run highlight",
		"highlight": "node scripts/highlight.mjs"
	},
	"dependencies": {
		"dom-serializer": "^2.0.0",
		"domutils": "^3.2.2",
		"glob": "^11.0.3",
		"htmlparser2": "^10.0.0",
		"shiki": "^3.14.0"
	}
}