57 lines
1.4 KiB
JSON
57 lines
1.4 KiB
JSON
{
|
|
"name": "@vuepress-plume/plugin-copy-code",
|
|
"type": "module",
|
|
"version": "1.0.0-rc.64",
|
|
"private": "true",
|
|
"description": "The Plugin for VuePress 2 - copy code",
|
|
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pengzhanbo/vuepress-theme-plume.git",
|
|
"directory": "plugins/plugin-copy-code"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/pengzhanbo/vuepress-theme-plume/issues"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./lib/node/index.d.ts",
|
|
"import": "./lib/node/index.js"
|
|
},
|
|
"./client": {
|
|
"types": "./lib/client/index.d.ts",
|
|
"import": "./lib/client/index.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"main": "lib/node/index.js",
|
|
"types": "./lib/node/index.d.ts",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"build": "pnpm run copy && pnpm run ts",
|
|
"clean": "rimraf --glob ./lib ./*.tsbuildinfo",
|
|
"copy": "cpx \"src/**/*.{d.ts,vue,css,scss,jpg,png}\" lib",
|
|
"ts": "tsc -b tsconfig.build.json"
|
|
},
|
|
"peerDependencies": {
|
|
"vuepress": "2.0.0-rc.13"
|
|
},
|
|
"dependencies": {
|
|
"@vuepress-plume/plugin-content-update": "workspace:~",
|
|
"vue": "^3.4.29"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"keyword": [
|
|
"VuePress",
|
|
"vuepress plugin",
|
|
"copyCode",
|
|
"vuepress-plugin-plugin-copy-code"
|
|
]
|
|
}
|