{
  "name": "@orabana/video-gallery",
  "version": "0.1.23",
  "description": "A modern, responsive Angular video gallery component with playlist functionality",
  "keywords": [
    "angular",
    "video",
    "gallery",
    "playlist",
    "component",
    "ui",
    "responsive",
    "typescript"
  ],
  "author": "Ahmed Frazuddin",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ahmedfrazuddin/orabana-libs.git"
  },
  "bugs": {
    "url": "https://github.com/ahmedfrazuddin/orabana-libs/issues"
  },
  "homepage": "https://github.com/ahmedfrazuddin/orabana-libs#readme",
  "peerDependencies": {
    "@angular/common": "^17.0.0 || ^18.0.0 || ^19.0.0",
    "@angular/core": "^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "module": "fesm2022/orabana-video-gallery.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/orabana-video-gallery.mjs"
    }
  }
}