{
  "name": "@elog/deploy",
  "version": "0.14.7",
  "description": "elog的通用博客平台的处理逻辑，将文章生成到指定目录",
  "homepage": "https://github.com/LetTTGACO/elog/tree/master/packages/elog-deploy#readme",
  "author": "1874 <me@mail.1874.cool>",
  "main": "dist/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/index.d.ts",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LetTTGACO/elog.git"
  },
  "bugs": {
    "url": "https://github.com/LetTTGACO/elog/issues"
  },
  "dependencies": {
    "filenamify": "^4.3.0",
    "mkdirp": "^1.0.4",
    "transliteration": "^2.3.5",
    "@elog/plugin-adapter": "0.14.7",
    "@elog/types": "0.14.7",
    "@elog/shared": "0.14.7",
    "@elog/sdk-wordpress": "0.14.7",
    "@elog/sdk-halo": "0.14.7",
    "@elog/sdk-confluence": "0.14.7"
  },
  "devDependencies": {
    "@types/mkdirp": "^1.0.2"
  },
  "scripts": {
    "build": "rimraf dist && tsup --legacy-output"
  }
}