{
  "name": "@vuepress/utils",
  "version": "2.0.0-beta.27",
  "description": "Utils package of VuePress",
  "keywords": [
    "vuepress",
    "utils"
  ],
  "homepage": "https://github.com/vuepress",
  "bugs": {
    "url": "https://github.com/vuepress/vuepress-next/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vuepress/vuepress-next.git"
  },
  "license": "MIT",
  "author": "Evan You",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib"
  ],
  "scripts": {
    "build": "tsc -b tsconfig.build.json",
    "clean": "rimraf lib *.tsbuildinfo"
  },
  "dependencies": {
    "@types/debug": "^4.1.7",
    "@types/fs-extra": "^9.0.13",
    "@types/hash-sum": "^1.0.0",
    "@vuepress/shared": "2.0.0-beta.27",
    "chalk": "^4.1.2",
    "debug": "^4.3.2",
    "fs-extra": "^10.0.0",
    "globby": "^11.0.4",
    "hash-sum": "^2.0.0",
    "ora": "^5.4.1",
    "upath": "^2.0.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "2671a94fe6864e215eb84f318b7e657744a0bc5d"
}
