UNPKG

@marlonwiss/vue-directives

Version:

A lightweight Vue 3 plugin providing a collection of custom directives to enhance your development experience.

53 lines 1.32 kB
{ "name": "@marlonwiss/vue-directives", "version": "1.0.13", "description": "A lightweight Vue 3 plugin providing a collection of custom directives to enhance your development experience.", "author": "Marlon Wisskirchen", "license": "MIT", "files": [ "dist" ], "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "type": "module", "publishConfig": { "access": "public" }, "devDependencies": { "@types/node": "^22.14.1", "typescript": "^5.8.3", "unbuild": "^3.5.0" }, "peerDependencies": { "vue": "^3.5.13" }, "keywords": [ "vue", "vue3", "directives", "vue-directives", "plugin", "vue-plugin", "custom-directives", "vue3-directives", "javascript", "typescript", "frontend", "development" ], "repository": { "type": "git", "url": "git+https://github.com/MarlonWiss2212/vue-directives.git" }, "homepage": "https://github.com/MarlonWiss2212/vue-directives/blob/main/packages/vue-directives/Readme.md", "documentation": { "url": "https://github.com/MarlonWiss2212/vue-directives/blob/main/packages/vue-directives/Readme.md" }, "bugs": { "url": "https://github.com/MarlonWiss2212/vue-directives/issues" }, "scripts": { "build": "unbuild" } }