@mr-hope/vuepress-shared
Version:
Shared for vuepress-theme-hope
39 lines • 1.06 kB
JSON
{
"name": "@mr-hope/vuepress-shared",
"version": "1.30.0",
"description": "Shared for vuepress-theme-hope",
"keywords": [
"vuepress-theme-hope",
"vuepress",
"mr-hope"
],
"homepage": "https://github.com/vuepress-theme-hope/vuepress-theme-hope-v1/tree/main/packages/shared#readme",
"bugs": {
"url": "https://github.com/vuepress-theme-hope/vuepress-theme-hope-v1/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/vuepress-theme-hope/vuepress-theme-hope.git",
"directory": "packages/shared"
},
"license": "MIT",
"author": {
"name": "Mr.Hope",
"email": "mister-hope@outlook.com",
"url": "https://mrhope.site"
},
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"types": "lib/types/index.d.ts",
"dependencies": {
"@mr-hope/vuepress-types": "1.30.0"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc -b tsconfig.json",
"clean": "rimraf lib *.tsbuildinfo",
"copy": "cpx \"src/**/*.{d.ts,vue,styl,json}\" lib"
}
}