43 lines
959 B
JSON
43 lines
959 B
JSON
{
|
|
"name": "@vuepress/plugin-git",
|
|
"version": "2.0.0-rc.38",
|
|
"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",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"main": "./lib/node/index.js",
|
|
"types": "./lib/node/index.d.ts",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"dependencies": {
|
|
"execa": "^9.3.0"
|
|
},
|
|
"peerDependencies": {
|
|
"vuepress": "2.0.0-rc.14"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "4345344b92c788c8f0c4a78b2cd022bc31ef5108"
|
|
}
|