@mr-hope/vuepress-utils
Version:
Utils for vuepress-theme-hope
38 lines (37 loc) • 994 B
JSON
{
"name": "@mr-hope/vuepress-utils",
"version": "1.9.1",
"description": "Utils for vuepress-theme-hope",
"keywords": [
"vuepress-theme-hope",
"vuepress",
"mr-hope"
],
"homepage": "https://github.com/Mister-Hope/vuepress-theme-hope/tree/v1/packages/utils#readme",
"bugs": {
"url": "https://github.com/Mister-Hope/vuepress-theme-hope/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Mister-Hope/vuepress-theme-hope.git",
"directory": "packages/utils"
},
"license": "MIT",
"author": {
"name": "Mr.Hope",
"email": "zhangbowang1998@gmail.com",
"url": "https://mrhope.site"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc -b tsconfig.json",
"clean": "rimraf lib *.tsbuildinfo",
"copy": "cpx \"src/**/*.{d.ts,vue,styl}\" lib",
"test": "jest"
},
"publishConfig": {
"access": "public"
},
"gitHead": "381053db63fdf269c6db1ca9c57caa3d65db06c7"
}