mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-13 15:25:51 +10:00
44 lines
960 B
JSON
44 lines
960 B
JSON
{
|
|
"name": "@vuepress/shared-utils",
|
|
"version": "1.0.0-alpha.27",
|
|
"description": "shared-utils for vuepress",
|
|
"main": "lib/index.js",
|
|
"types": "types/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"types"
|
|
],
|
|
"scripts": {
|
|
"tsc": "tsc",
|
|
"update-index": "node scripts/update-index.js"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuejs/vuepress.git"
|
|
},
|
|
"keywords": [
|
|
"documentation",
|
|
"vue",
|
|
"vuepress",
|
|
"generator"
|
|
],
|
|
"dependencies": {
|
|
"chalk": "^2.3.2",
|
|
"diacritics": "^1.3.0",
|
|
"escape-html": "^1.0.3",
|
|
"fs-extra": "^5.0.0",
|
|
"globby": "^8.0.1",
|
|
"hash-sum": "^1.0.2",
|
|
"upath": "^1.1.0"
|
|
},
|
|
"author": "ULIVZ <chl814@foxmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/vuejs/vuepress/issues"
|
|
},
|
|
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/shared-utils#readme"
|
|
}
|