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