UNPKG

@carodriguezg/primevue-mandatory

Version:

Directive for using mandatory value in Primevue Listbox component

43 lines (42 loc) 893 B
{ "name": "@carodriguezg/primevue-mandatory", "version": "1.0.4", "description": "Directive for using mandatory value in Primevue Listbox component", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "author": { "name": "César Rodríguez", "email": "candres06@hotmail.com", "url": "https://github.com/carodriguezg" }, "repository": { "type": "git", "url": "git+https://github.com/CARodriguezG/primevue-mandatory.git" }, "keywords": [ "vue", "vue3", "primevue", "listbox", "mandatory", "directive" ], "license": "MIT", "type": "module", "peerDependencies": { "primevue": "^4.3.1", "vue": "^3.0.0" }, "scripts": { "build": "tsup" }, "devDependencies": { "ts-node": "^10.9.2", "typescript": "^5.8.2", "tsup": "^8.4.0" } }