mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Patrick Kollitsch
17.25.2026 545cd9cf311462115d9e1c4580ee00d2e2cf45e0
package.json
@@ -45,7 +45,8 @@
    "markdownlint-rule-relative-links": "5.1.0",
    "markdownlint-rule-search-replace": "1.2.0",
    "markdownlint-rule-title-case-style": "0.4.3",
    "simple-git-hooks": "2.13.1"
    "simple-git-hooks": "2.13.1",
    "typescript": "6.0.3"
  },
  "scripts": {
    "hook:commit": "lint-staged --config .lintstagedrc.js",
@@ -53,13 +54,13 @@
    "lint:links": "lychee --config lychee.toml public",
    "lint:markdown": "markdownlint-cli2 docs/**/*.{md,mdx}",
    "lint:markdown:fix": "markdownlint-cli2 --fix docs/**/*.{md,mdx}",
    "prepare": "simple-git-hooks install",
    "release": "wireit",
    "release:pre": "wireit",
    "server": "wireit",
    "test:quickstart": "node scripts/test-hugo-quickstart.ts",
    "update:docs": "wireit",
    "test": "node scripts/test-hugo-quickstart.ts",
    "prepare": "simple-git-hooks install"
    "test:quickstart": "node scripts/test-hugo-quickstart.ts",
    "update:docs": "wireit"
  },
  "wireit": {
    "release": {
@@ -89,4 +90,4 @@
    "pre-push": "npm run hook:push"
  },
  "type": "module"
}
}