qt-vue3-directives
Version:
some common directives for vue3
44 lines • 923 B
JSON
{
"name": "qt-vue3-directives",
"version": "1.0.10",
"description": "some common directives for vue3",
"main": "index.js",
"author": {
"name": "Partiny",
"email": "partiny@163.com"
},
"scripts": {
"version": "node ./updateVersion.js"
},
"engines": {
"node": ">=20"
},
"contributors": [
{
"name": "Partiny",
"email": "partiny@163.com"
}
],
"license": "ISC",
"dependencies": {
"perfect-scrollbar": "^1.5.5"
},
"keywords": [
"vue3-directives"
],
"repository": {
"type": "git",
"url": "https://github.com/partiny/qt-vue3-directives.git"
},
"homepage": "https://github.com/partiny/qt-vue3-directives",
"bugs": {
"url": "https://github.com/partiny/qt-vue3-directives/issues"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"provenance": true
},
"devDependencies": {
"pre-commit": "^1.2.2"
}
}