{
  "name": "angular-eventify",
  "version": "1.0.7",
  "description": "AngularEventify is a fully customizable event scheduling and calendar component library for Angular applications. It supports time slot management, event creation, and custom theming.",
  "keywords": [
    "angular",
    "event",
    "calendar",
    "scheduler",
    "flatpickr",
    "date-picker",
    "event-management",
    "angular-library",
    "angular-scheduling",
    "angular-calendar",
    "luxon",
    "component",
    "angular-component",
    "ng-calendar",
    "custom-calendar"
  ],
  "author": "Your Name hovmatevosyan@gmail.com",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/johannesMatevosyan/AngularEventify"
  },
  "bugs": {
    "url": "https://github.com/johannesMatevosyan/AngularEventify/issues"
  },
  "homepage": "https://github.com/johannesMatevosyan/AngularEventify#readme",
  "scripts": {
    "build": "ng build angular-eventify",
    "postinstall": "npm run build"
  },
  "peerDependencies": {
    "@angular/common": "^15.0.0",
    "@angular/core": "^15.0.0"

  },
  "dependencies": {
    "tslib": "^2.3.0",
    "luxon": "^3.5.0",
    "flatpickr": "^4.6.13",
    "@types/luxon": "^3.4.2"
  }
}
