fuc-new/doc/node_modules/@vuepress/plugin-watermark/package.json
hellcat 6adbc04d4b 1
2025-10-03 17:17:08 +08:00

47 lines
1.1 KiB
JSON

{
"name": "@vuepress/plugin-watermark",
"version": "2.0.0-rc.112",
"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.112",
"@vueuse/core": "^13.5.0",
"vue": "^3.5.17",
"watermark-js-plus": "^1.6.2"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.24"
},
"publishConfig": {
"access": "public"
},
"gitHead": "e8bfe8be3f3d541229c70b8452f9a13fa36685c0"
}