{
  "name": "@types/hexo",
  "version": "3.9.0",
  "description": "TypeScript definitions for hexo",
  "homepage": "https://github.com/dimaslanjaka/nodejs-package-types/tree/hexo",
  "license": "MIT",
  "contributors": [
    {
      "name": "KentarouTakeda",
      "url": "https://github.com/kentarouTakeda",
      "githubUsername": "kentarouTakeda"
    },
    {
      "name": "Dimas Lanjaka",
      "url": "https://github.com/dimaslanjaka",
      "githubUsername": "dimaslanjaka",
      "email": "dimaslanjaka@gmail.com"
    }
  ],
  "main": "",
  "types": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/dimaslanjaka/nodejs-package-types.git",
    "directory": "types/hexo"
  },
  "scripts": {
    "build": "node packer.js"
  },
  "dependencies": {
    "@types/bluebird": "^3.5.38",
    "@types/bunyan": "*",
    "@types/connect": "^3.4.35",
    "@types/hexo-util": "https://github.com/dimaslanjaka/nodejs-package-types/raw/main/hexo-util/release/types-hexo-util.tgz",
    "@types/minimist": "^1.2.2",
    "@types/underscore": "^1.11.4",
    "fs-extra": "^11.1.0",
    "minimist": "^1.2.5",
    "moment": "^2.19.4",
    "upath": "^2.0.1"
  },
  "devDependencies": {
    "cross-spawn": "^7.0.3"
  }
}