vue3-watermark-plugin
Version:
A powerful Vue 3 watermark plugin with component and directive support
54 lines • 1.11 kB
JSON
{
"name": "vue3-watermark-plugin",
"version": "1.0.2",
"description": "A powerful Vue 3 watermark plugin with component and directive support",
"main": "index.js",
"module": "index.js",
"types": "index.d.ts",
"exports": {
".": {
"import": "./index.js",
"require": "./index.js",
"types": "./index.d.ts"
}
},
"files": [
"index.js",
"index.d.ts",
"directives",
"Watermark",
"types",
"README.md"
],
"keywords": [
"vue",
"vue3",
"watermark",
"directive",
"component",
"canvas",
"security",
"anti-tamper"
],
"author": {
"name": "xiqi-wsq"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://gitee.com/wsqi/vue3-watermark-plugin.git"
},
"homepage": "https://github.com/your-username/vue3-watermark-plugin#readme",
"bugs": {
"url": "https://github.com/your-username/vue3-watermark-plugin/issues"
},
"engines": {
"node": ">=14.0.0"
},
"peerDependencies": {
"vue": "^3.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}