{
  "name": "hugo-bin",
  "version": "0.149.2",
  "hugoVersion": "0.152.2",
  "description": "Binary wrapper for Hugo",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fenneclab/hugo-bin.git"
  },
  "bugs": {
    "url": "https://github.com/fenneclab/hugo-bin/issues"
  },
  "homepage": "https://github.com/fenneclab/hugo-bin#readme",
  "author": "satoshun00 <shun.sato@fenneclab.com>",
  "contributors": [
    "XhmikosR <xhmikosr@gmail.com>"
  ],
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/XhmikosR"
    }
  ],
  "keywords": [
    "binary",
    "executable",
    "hugo",
    "sass",
    "scss",
    "wrapper"
  ],
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": "./index.js"
  },
  "bin": {
    "hugo": "bin/cli.js"
  },
  "files": [
    "bin/cli.js",
    "lib/*.js",
    "index.js"
  ],
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@xhmikosr/bin-wrapper": "^13.2.0",
    "package-config": "^5.0.0"
  },
  "devDependencies": {
    "@xhmikosr/bin-check": "^7.1.0",
    "c8": "^10.1.3",
    "uvu": "^0.5.6",
    "xo": "^1.2.3"
  },
  "scripts": {
    "lint": "xo",
    "fix": "xo --fix",
    "uvu": "uvu test",
    "test": "npm run lint && npm run uvu",
    "test:ci": "c8 npm run uvu",
    "postinstall": "node lib/install.js"
  },
  "xo": {
    "space": true,
    "rules": {
      "@stylistic/comma-dangle": [
        "error",
        "never"
      ],
      "@stylistic/object-curly-spacing": [
        "error",
        "always"
      ],
      "@stylistic/operator-linebreak": [
        "error",
        "after"
      ],
      "@stylistic/space-before-function-paren": [
        "error",
        "never"
      ],
      "arrow-body-style": "off",
      "camelcase": [
        "error",
        {
          "properties": "never"
        }
      ],
      "capitalized-comments": "off",
      "unicorn/prefer-top-level-await": "off",
      "unicorn/prevent-abbreviations": "off"
    }
  }
}
