{
  "name": "hugo-extended",
  "version": "0.147.8",
  "description": "✏️ Plug-and-play binary wrapper for Hugo Extended, the awesomest static-site generator.",
  "license": "MIT",
  "homepage": "https://github.com/jakejarvis/hugo-extended",
  "author": {
    "name": "Jake Jarvis",
    "email": "jake@jarv.is",
    "url": "https://github.com/jakejarvis"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jakejarvis/hugo-extended.git"
  },
  "files": [
    "index.js",
    "index.d.ts",
    "postinstall.js",
    "lib"
  ],
  "bin": {
    "hugo": "lib/cli.js",
    "hugo-extended": "lib/cli.js"
  },
  "type": "module",
  "exports": "./index.js",
  "types": "./index.d.ts",
  "dependencies": {
    "careful-downloader": "^3.0.0",
    "log-symbols": "^5.1.0",
    "read-pkg-up": "^9.1.0"
  },
  "devDependencies": {
    "@jakejarvis/eslint-config": "*",
    "del": "^7.1.0",
    "eslint": "^8.56.0",
    "mocha": "^10.3.0"
  },
  "engines": {
    "node": ">=18.12"
  },
  "keywords": [
    "hugo",
    "hugo extended",
    "gohugoio",
    "cli",
    "front-end",
    "bin",
    "binary",
    "wrapper",
    "static site generator",
    "static-site",
    "ssg",
    "static",
    "markdown",
    "blog",
    "frontmatter",
    "go",
    "golang"
  ],
  "eslintConfig": {
    "extends": "@jakejarvis/eslint-config",
    "parserOptions": {
      "ecmaVersion": 2020,
      "sourceType": "module"
    },
    "env": {
      "node": true,
      "es6": true
    },
    "ignorePatterns": [
      "vendor/**",
      "*.d.ts"
    ]
  },
  "scripts": {
    "postinstall": "node postinstall.js",
    "test": "eslint . && mocha"
  }
}