package.json 919 字节
Newer Older
U
ULIVZ 已提交
1 2
{
  "name": "@vuepress/shared-utils",
U
ULIVZ 已提交
3
  "version": "1.0.0-alpha.27",
U
ULIVZ 已提交
4
  "description": "shared-utils for vuepress",
5 6 7 8 9 10
  "main": "lib/index.js",
  "types": "types/index.d.ts",
  "scripts": {
    "tsc": "tsc",
    "update-index": "node scripts/update-index.js"
  },
U
ULIVZ 已提交
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vuejs/vuepress.git"
  },
  "keywords": [
    "documentation",
    "vue",
    "vuepress",
    "generator"
  ],
  "dependencies": {
    "chalk": "^2.3.2",
U
ULIVZ 已提交
26
    "diacritics": "^1.3.0",
U
ULIVZ 已提交
27
    "escape-html": "^1.0.3",
U
ULIVZ 已提交
28
    "fs-extra": "^5.0.0",
29
    "globby": "^8.0.1",
U
ULIVZ 已提交
30
    "hash-sum": "^1.0.2",
U
ULIVZ 已提交
31
    "upath": "^1.1.0"
U
ULIVZ 已提交
32
  },
U
ULIVZ 已提交
33
  "author": "ULIVZ <chl814@foxmail.com>",
U
ULIVZ 已提交
34 35 36 37 38
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vuejs/vuepress/issues"
  },
  "homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/shared-utils#readme"
39
}