package.json 1.0 KB
Newer Older
U
ULIVZ 已提交
1 2
{
  "name": "@vuepress/shared-utils",
U
v1.2.0  
ULIVZ 已提交
3
  "version": "1.2.0",
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",
33 34
    "fs-extra": "^7.0.1",
    "globby": "^9.2.0",
U
ULIVZ 已提交
35
    "gray-matter": "^4.0.1",
U
ULIVZ 已提交
36
    "hash-sum": "^1.0.2",
37
    "semver": "^6.0.0",
U
ULIVZ 已提交
38
    "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
}