{
  "name": "starlight-showcases",
  "version": "0.3.2",
  "license": "MIT",
  "description": "Set of Starlight components to author showcase pages.",
  "author": "HiDeoo <github@hideoo.dev> (https://hideoo.dev)",
  "type": "module",
  "exports": {
    ".": "./index.ts",
    "./package.json": "./package.json"
  },
  "dependencies": {
    "@astro-community/astro-embed-twitter": "^0.5.11",
    "@astro-community/astro-embed-youtube": "^0.5.10"
  },
  "peerDependencies": {
    "@astrojs/starlight": ">=0.30.0"
  },
  "engines": {
    "node": ">=22"
  },
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false,
  "keywords": [
    "starlight",
    "components",
    "showcase",
    "documentation",
    "astro",
    "astro-component"
  ],
  "homepage": "https://github.com/HiDeoo/starlight-showcases",
  "repository": {
    "type": "git",
    "url": "https://github.com/HiDeoo/starlight-showcases.git",
    "directory": "packages/starlight-showcases"
  },
  "bugs": "https://github.com/HiDeoo/starlight-showcases/issues",
  "scripts": {
    "lint": "eslint . --cache --max-warnings=0"
  }
}