UNPKG

@vuepress/plugin-watermark

Version:
50 lines (49 loc) 1.19 kB
{ "name": "@vuepress/plugin-watermark", "version": "2.0.0-rc.27", "description": "VuePress plugin - watermark", "keywords": [ "vuepress-plugin", "vuepress", "plugin", "watermark" ], "homepage": "https://ecosystem.vuejs.press/plugins/watermark.html", "bugs": { "url": "https://github.com/vuepress/ecosystem/issues" }, "repository": { "type": "git", "url": "git+https://github.com/vuepress/ecosystem.git", "directory": "plugins/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" ], "scripts": { "build": "tsc -b tsconfig.build.json", "clean": "rimraf --glob ./lib ./*.tsbuildinfo" }, "dependencies": { "@vuepress/helper": "2.0.0-rc.27", "vue": "^3.4.26", "watermark-js-plus": "^1.4.22" }, "peerDependencies": { "vuepress": "2.0.0-rc.9" }, "publishConfig": { "access": "public" }, "gitHead": "146dd05c696c2287eba9498ee8ec7476fabccb0b" }