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