{
  "name": "sbg-utility",
  "version": "2.0.8",
  "description": "static-blog-generator utility",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "require": {
        "default": "./dist/index.cjs",
        "types": "./dist/index.d.cts"
      },
      "import": {
        "default": "./dist/index.mjs",
        "types": "./dist/index.d.mts"
      }
    }
  },
  "files": [
    "dist/"
  ],
  "scripts": {
    "update:ncu": "npx npm-check-updates -u",
    "update": "run-s \"update:**\"",
    "test": "cross-env-shell NODE_OPTIONS=\"--experimental-vm-modules\" jest",
    "lint": "eslint \"src/**/*.ts\" --fix",
    "build": "gulp build",
    "build-pack": "yarn run build && yarn run pack",
    "rollup": "rollup -c -m",
    "clean": "rimraf tmp dist && gulp --series build",
    "prepack": "node package-switch.cjs production",
    "pack": "node packer.cjs --yarn"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dimaslanjaka/static-blog-generator.git"
  },
  "keywords": [
    "static-blog-generator",
    "utility"
  ],
  "author": "Dimas Lanjaka <dimaslanjaka@gmail.com> (https://www.webmanajemen.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dimaslanjaka/static-blog-generator/issues"
  },
  "homepage": "https://github.com/dimaslanjaka/static-blog-generator#readme",
  "dependencies": {
    "ansi-colors": "^4.1.3",
    "async": "^3.2.6",
    "axios": "^1.7.7",
    "bluebird": "^3.7.2",
    "cheerio": "^1.0.0",
    "cross-spawn": "*",
    "debug": "^4.3.7",
    "deepmerge-ts": "^7.1.3",
    "fs-extra": "^11.2.0",
    "glob": "^11.0.0",
    "gulp": "^5.0.0",
    "gulp-cli": "^3.0.0",
    "hexo": "^7.3.0",
    "hexo-log": "^4.1.0",
    "hexo-util": "^3.3.0",
    "is-stream": "^4.0.1",
    "jsdom": "^25.0.1",
    "jsonc-parser": "^3.3.1",
    "lodash": "^4.17.21",
    "micromatch": "^4.0.8",
    "minimatch": "^10.0.1",
    "nunjucks": "^3.2.4",
    "plugin-error": "^2.0.1",
    "progress": "^2.0.3",
    "request": "^2.88.2",
    "rimraf": "^6.0.1",
    "safelinkify": "^1.2.2",
    "slugify": "^1.6.6",
    "through2": "^4.0.2",
    "tslib": "^2.8.1",
    "upath": "^2.0.1",
    "yaml": "^2.6.0"
  },
  "devDependencies": {
    "@babel/core": "^7.26.0",
    "@babel/preset-env": "^7.26.0",
    "@babel/preset-typescript": "^7.26.0",
    "@eslint/eslintrc": "^3.1.0",
    "@eslint/js": "^9.13.0",
    "@jest/environment": "^29.7.0",
    "@jest/expect": "^29.7.0",
    "@jest/globals": "^29.7.0",
    "@jest/types": "^29.6.3",
    "@rollup/plugin-commonjs": "^28.0.1",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^15.3.0",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^12.1.1",
    "@tsconfig/node16": "^16.1.3",
    "@types/async": "^3.2.24",
    "@types/babel__core": "^7",
    "@types/babel__preset-env": "^7",
    "@types/bluebird": "^3.5.42",
    "@types/cheerio": "^0.22.35",
    "@types/debug": "^4.1.12",
    "@types/fs-extra": "^11.0.4",
    "@types/gulp": "^4",
    "@types/gulp-cache": "^0.4.9",
    "@types/jest": "^29.5.14",
    "@types/jsdom": "21",
    "@types/lodash": "^4",
    "@types/micromatch": "^4.0.9",
    "@types/node": "^22.8.6",
    "@types/nunjucks": "^3.2.6",
    "@types/progress": "^2.0.7",
    "@types/request": "^2.48.12",
    "@types/through2": "https://github.com/dimaslanjaka/nodejs-package-types/tarball/through2",
    "@typescript-eslint/eslint-plugin": "^8.12.2",
    "@typescript-eslint/parser": "^8.12.2",
    "babel-jest": "^29.7.0",
    "cross-env": "^7.0.3",
    "eslint": "^9.13.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.2.1",
    "git-command-helper": "^2.0.2",
    "globals": "^15.11.0",
    "jest": "^29.7.0",
    "jest-config": "^29.7.0",
    "jest-mock": "^29.7.0",
    "npm-run-all": "^4.1.5",
    "prettier": "^3.3.3",
    "rollup": "^4.24.3",
    "rollup-plugin-dts": "^6.1.1",
    "rollup-plugin-polyfill-node": "^0.13.0",
    "ts-jest": "^29.2.5",
    "ts-node": "^10.9.2",
    "typescript": "5.6.3"
  },
  "resolutions": {
    "@types/git-command-helper": "https://github.com/dimaslanjaka/git-command-helper/raw/pre-release/release/git-command-helper.tgz",
    "@types/hexo": "https://github.com/dimaslanjaka/hexo/raw/monorepo-v7/releases/hexo.tgz",
    "binary-collections": "https://github.com/dimaslanjaka/bin/raw/fcd1121/releases/bin.tgz",
    "cross-spawn": "https://github.com/dimaslanjaka/node-cross-spawn/raw/private/release/cross-spawn.tgz",
    "git-command-helper": "https://github.com/dimaslanjaka/git-command-helper/raw/pre-release/release/git-command-helper.tgz",
    "hexo": "https://github.com/dimaslanjaka/hexo/raw/monorepo-v7/releases/hexo.tgz",
    "hexo-asset-link": "https://github.com/dimaslanjaka/hexo/raw/monorepo-v7/releases/hexo-asset-link.tgz",
    "hexo-cli": "https://github.com/dimaslanjaka/hexo/raw/monorepo-v7/releases/hexo-cli.tgz",
    "hexo-front-matter": "https://github.com/dimaslanjaka/hexo/raw/monorepo-v7/releases/hexo-front-matter.tgz",
    "hexo-generator-redirect": "https://github.com/dimaslanjaka/hexo-generator-redirect/raw/0885394/release/hexo-generator-redirect.tgz",
    "hexo-is": "https://github.com/dimaslanjaka/hexo-is/raw/master/release/hexo-is.tgz",
    "hexo-log": "https://github.com/dimaslanjaka/hexo/raw/monorepo-v7/releases/hexo-log.tgz",
    "hexo-post-parser": "https://github.com/dimaslanjaka/hexo-post-parser/raw/pre-release/release/hexo-post-parser.tgz",
    "hexo-renderers": "https://github.com/dimaslanjaka/hexo-renderers/raw/3f727de/release/hexo-renderers.tgz",
    "hexo-seo": "https://github.com/dimaslanjaka/hexo-seo/raw/pre-release/release/hexo-seo.tgz",
    "hexo-server": "https://github.com/dimaslanjaka/hexo/raw/monorepo-v7/releases/hexo-server.tgz",
    "hexo-shortcodes": "https://github.com/dimaslanjaka/hexo-shortcodes/raw/f70a1c0/release/hexo-shortcodes.tgz",
    "hexo-util": "https://github.com/dimaslanjaka/hexo/raw/monorepo-v7/releases/hexo-util.tgz",
    "instant-indexing": "https://github.com/dimaslanjaka/static-blog-generator/raw/master/packages/instant-indexing/release/instant-indexing.tgz",
    "markdown-it": "https://github.com/dimaslanjaka/markdown-it/raw/17ccc82/release/markdown-it.tgz",
    "nodejs-package-types": "https://github.com/dimaslanjaka/nodejs-package-types/raw/a2e797bc27975cba20ef4c87547841e6341bfcf4/release/nodejs-package-types.tgz",
    "sbg-api": "https://github.com/dimaslanjaka/static-blog-generator/raw/sbg-api/packages/sbg-api/release/sbg-api.tgz",
    "sbg-cli": "https://github.com/dimaslanjaka/static-blog-generator/raw/master/packages/sbg-cli/release/sbg-cli.tgz",
    "sbg-server": "https://github.com/dimaslanjaka/static-blog-generator/raw/master/packages/sbg-server/release/sbg-server.tgz",
    "static-blog-generator": "https://github.com/dimaslanjaka/static-blog-generator/raw/master/packages/static-blog-generator/release/static-blog-generator.tgz",
    "warehouse": "https://github.com/dimaslanjaka/hexo/raw/monorepo-v7/releases/warehouse.tgz"
  },
  "engines": {
    "node": ">=16"
  }
}