@avoraui/av-dual-list-box
Version:
A customizable Angular dual list box component for managing item selections.
35 lines • 785 B
JSON
{
"name": "@avoraui/av-dual-list-box",
"version": "0.0.5",
"description": "A customizable Angular dual list box component for managing item selections.",
"keywords": [
"angular",
"dual-list",
"list-box",
"selection"
],
"author": "Dileesha Ekanayake",
"license": "MIT",
"peerDependencies": {
"@angular/common": "^20.1.0",
"@angular/core": "^20.1.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"module": "fesm2022/avoraui-av-dual-list-box.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/avoraui-av-dual-list-box.mjs"
}
}
}