{
  "name": "spbgit",
  "version": "1.0.0",
  "description": "SPB Git — Personal Git Platform for Simon-Pierre Boucher",
  "author": "Simon-Pierre Boucher <contact@spboucher.ai>",
  "license": "MIT",
  "type": "module",
  "engines": {
    "node": ">=20"
  },
  "bin": {
    "spbgit": "cli/spbgit.mjs"
  },
  "scripts": {
    "start": "node src/server.mjs",
    "dev": "SPBGIT_ENV=development node --watch src/server.mjs",
    "lint": "eslint .",
    "test": "vitest run",
    "test:watch": "vitest",
    "check:headers": "node scripts/check-headers.mjs",
    "inject:headers": "node scripts/inject-headers.mjs",
    "fetch:fonts": "node scripts/fetch-fonts.mjs",
    "postinstall": "node scripts/fetch-fonts.mjs --best-effort"
  },
  "dependencies": {
    "@fastify/rate-limit": "^10.1.1",
    "@fastify/static": "^8.0.3",
    "@resvg/resvg-js": "^2.6.2",
    "argon2": "^0.41.1",
    "commander": "^12.1.0",
    "fastify": "^5.2.0",
    "markdown-it": "^14.1.0",
    "markdown-it-anchor": "^9.2.0",
    "markdown-it-emoji": "^3.0.0",
    "markdown-it-footnote": "^4.0.0",
    "markdown-it-task-lists": "^2.1.1",
    "mermaid": "^11.4.1",
    "nunjucks": "^3.2.4",
    "picocolors": "^1.1.1",
    "sanitize-html": "^2.13.1",
    "satori": "^0.12.0",
    "shiki": "^1.24.4",
    "zod": "^3.24.1"
  },
  "devDependencies": {
    "@eslint/js": "^9.17.0",
    "eslint": "^9.17.0",
    "vitest": "^2.1.8"
  }
}
