jccp_a/vuepress/node_modules/@vuepress/plugin-watermark/package.json
hellcat ac91e1fbe4 1
2025-11-12 17:57:30 +08:00

47 lines
1.1 KiB
JSON

{
"name": "@vuepress/plugin-watermark",
"version": "2.0.0-rc.114",
"description": "VuePress plugin - watermark",
"keywords": [
"vuepress-plugin",
"vuepress",
"plugin",
"watermark"
],
"homepage": "https://ecosystem.vuejs.press/plugins/features/watermark.html",
"bugs": {
"url": "https://github.com/vuepress/ecosystem/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuepress/ecosystem.git",
"directory": "plugins/features/plugin-watermark"
},
"license": "MIT",
"author": "pengzhanbo",
"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",
"vue": "^3.5.22",
"watermark-js-plus": "^1.6.3"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.26"
},
"publishConfig": {
"access": "public"
},
"gitHead": "bb7cbe54154be9d9b09b6116888ed61d8701862b"
}