@avoraui/av-file-picker
Version:
A customizable Angular file picker component for images and PDFs with preview support.
35 lines • 796 B
JSON
{
"name": "@avoraui/av-file-picker",
"version": "0.0.2",
"description": "A customizable Angular file picker component for images and PDFs with preview support.",
"keywords": [
"angular",
"file-picker",
"image-upload",
"pdf-upload"
],
"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-file-picker.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/avoraui-av-file-picker.mjs"
}
}
}