50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"name": "@vuepress/plugin-git",
|
|
"version": "2.0.0-rc.114",
|
|
"description": "VuePress plugin - git",
|
|
"keywords": [
|
|
"vuepress-plugin",
|
|
"vuepress",
|
|
"plugin",
|
|
"git"
|
|
],
|
|
"homepage": "https://ecosystem.vuejs.press/plugins/development/get.html",
|
|
"bugs": {
|
|
"url": "https://github.com/vuepress/ecosystem/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuepress/ecosystem.git",
|
|
"directory": "plugins/development/plugin-git"
|
|
},
|
|
"license": "MIT",
|
|
"author": "meteorlxy",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./lib/node/index.js",
|
|
"./client": "./lib/client/index.js",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"main": "./lib/node/index.js",
|
|
"types": "./lib/node/index.d.ts",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"dependencies": {
|
|
"@vuepress/helper": "2.0.0-rc.114",
|
|
"@vueuse/core": "^13.9.0",
|
|
"rehype-parse": "^9.0.1",
|
|
"rehype-sanitize": "^6.0.0",
|
|
"rehype-stringify": "^10.0.1",
|
|
"unified": "^11.0.5",
|
|
"vue": "^3.5.22"
|
|
},
|
|
"peerDependencies": {
|
|
"vuepress": "2.0.0-rc.26"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "bb7cbe54154be9d9b09b6116888ed61d8701862b"
|
|
}
|