{
  "name": "rm-carousel",
  "version": "3.0.0",
  "description": "A highly optimized and fully customizable pure angular standalone component and solution for horizontal scrolling images with lazy loading.",
  "keywords": [
    "library",
    "angularlibrary",
    "ng",
    "Angular",
    "angular-native",
    "angular-component",
    "custom slider",
    "slider",
    "thumbnail",
    "security",
    "performance",
    "optimization",
    "carousel",
    "angular carousel",
    "rm",
    "Swiper",
    "Image slider",
    "Lazy loading",
    "rm-carousel",
    "responsive carousel"
  ],
  "peerDependencies": {
    "@angular/common": "^19.0.1",
    "@angular/core": "^19.0.1",
    "@fortawesome/angular-fontawesome": "^0.14.0",
    "@fortawesome/free-solid-svg-icons": "^6.4.2"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "author": {
    "name": "Rajat Malik",
    "email": "mr.rajatmalik@gmail.com",
    "url": "https://www.linkedin.com/in/errajatmalik/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/malikrajat/rm-carousel"
  },
  "module": "fesm2022/rm-carousel.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/rm-carousel.mjs"
    }
  }
}