UNPKG

lucy-calendar

Version:

LucyCalendar is a powerful and flexible date picker library for Angular applications, specifically designed for Ethiopian dates. It provides a user-friendly interface for selecting dates and supports various customization options to fit your needs.

44 lines 966 B
{ "name": "lucy-calendar", "version": "1.0.0", "author": "Natnael Yirga (natidotnet)", "license": "MIT", "peerDependencies": { "@angular/common": "^18.2.0", "@angular/core": "^18.2.0", "tailwindcss": "^3.4.10" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/natidotnet/lucy-calendar.git" }, "keywords": [ "angular", "calendar", "date-picker", "datepicker", "ethiopian-datepicker", "ethio-calendar", "ethiopian-calendar" ], "dependencies": { "tslib": "^2.3.0" }, "sideEffects": false, "module": "fesm2022/lucy-calendar.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/lucy-calendar.mjs", "esm": "./esm2022/lucy-calendar.mjs", "default": "./fesm2022/lucy-calendar.mjs" } } }