51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"name": "@vuepress/plugin-copy-code",
|
|
"version": "2.0.0-rc.40",
|
|
"description": "VuePress plugin - copy code block",
|
|
"keywords": [
|
|
"vuepress-plugin",
|
|
"vuepress",
|
|
"plugin",
|
|
"copy-code",
|
|
"code-copy"
|
|
],
|
|
"homepage": "https://ecosystem.vuejs.press/plugins/features/copy-code.html",
|
|
"bugs": {
|
|
"url": "https://github.com/vuepress/ecosystem/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuepress/ecosystem.git",
|
|
"directory": "plugins/features/plugin-copy-code"
|
|
},
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Mr.Hope",
|
|
"email": "mister-hope@outlook.com",
|
|
"url": "https://mister-hope.com"
|
|
},
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./lib/node/index.js",
|
|
"./client/*": "./lib/client/*",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"main": "./lib/node/index.js",
|
|
"types": "./lib/node/index.d.ts",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"dependencies": {
|
|
"@vuepress/helper": "2.0.0-rc.40",
|
|
"@vueuse/core": "^10.11.0",
|
|
"vue": "^3.4.34"
|
|
},
|
|
"peerDependencies": {
|
|
"vuepress": "2.0.0-rc.14"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "942849e4983555f1a7cf03a96579110a505492cb"
|
|
}
|