{
  "name": "@filipecarneiro/hugo-bootstrap-theme",
  "version": "2.2.4",
  "description": "Hugo theme for a secure, blazing fast and SEO-ready static website, using Bootstrap 5.",
  "keywords": [
    "hugo",
    "hugo theme",
    "bootstrap",
    "bootstrap 5",
    "static site generator"
  ],
  "homepage": "https://github.com/filipecarneiro/hugo-bootstrap-theme/blob/main/README.md",
  "bugs": {
    "url": "https://github.com/filipecarneiro/hugo-bootstrap-theme/issues"
  },
  "author": {
    "name": "Filipe Carneiro",
    "url": "https://github.com/filipecarneiro/"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/filipecarneiro/hugo-bootstrap-theme.git"
  },
  "scripts": {
    "start": "hugo server --source exampleSite --cleanDestinationDir --gc",
    "build": "hugo --minify --source exampleSite --baseURL '/' --cleanDestinationDir --gc --printPathWarnings --templateMetrics",
    "scan": "node scripts/scan.mjs --site=https://filipecarneiro.github.io/hugo-bootstrap-theme/",
    "deploy": "npm publish --access public"
  },
  "devDependencies": {
    "bootstrap": "^5.3.8",
    "feather-icons": "^4.29.2",
    "unlighthouse": "^0.18.0"
  },
  "overrides": {
    "esbuild": "^0.28.1",
    "js-yaml": "^3.15.1"
  }
}
