wdy_custom_hooks
Version:
one custom hooks of vue3
27 lines • 542 B
JSON
{
"name": "wdy_custom_hooks",
"version": "1.4.0",
"description": "one custom hooks of vue3",
"main": "dist/wdy_custom_hooks.umd.js",
"module": "dist/wdy_custom_hooks.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "vite build"
},
"keywords": [
"vue3",
"hooks",
"自定义hooks",
"自定义指令"
],
"files": [
"dist",
"index.d.ts"
],
"author": "wangdongyou",
"license": "ISC",
"devDependencies": {
"vite": "^6.2.0",
"vue": "^3.5.13"
}
}