{
  "name": "astro-lightgallery",
  "version": "2.6.0",
  "description": "Astro component for lightgallery, JavaScript gallery for building beautiful image and video galleries and carousel (including thumbnail) for the web and the mobile. Include Google Photos layout.",
  "main": "index.js",
  "scripts": {
    "format": "biome format --write && prettier -w \"**/*.astro\"",
    "lint": "biome lint",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pascal-brand38/astro-lightGallery.git"
  },
  "author": "Pascal Brand",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pascal-brand38/astro-lightGallery/issues"
  },
  "homepage": "https://pascal-brand38.github.io/astro-dev/packages/astro-lightgallery",
  "dependencies": {
    "lightgallery": "^2.9.0-beta.1"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.3.13",
    "@types/node": "^24.0.0",
    "astro": "^5.9.2",
    "prettier": "^3.8.0",
    "prettier-plugin-astro": "^0.14.1",
    "typescript": "^5.8.3"
  },
  "exports": {
    ".": {
      "types": "./index.ts",
      "default": "./index.ts"
    },
    "./lightgallery": "./lightgallery.ts",
    "./css/*.css": "./src/css/*.css"
  },
  "files": [
    "index.ts",
    "lightgallery.ts",
    "src/**"
  ],
  "keywords": [
    "lightgallery",
    "withastro",
    "astro-component",
    "image",
    "gallery",
    "galleries",
    "lightweight",
    "touch",
    "responsive",
    "carousel",
    "slider",
    "thumbnail"
  ]
}
