{
  "name": "starlight-page-actions",
  "version": "0.7.1",
  "description": "A Starlight plugin that adds page action buttons to your documentation.",
  "homepage": "https://starlight-page-actions.dlcastillop.com",
  "bugs": "https://github.com/dlcastillop/starlight-page-actions/issues",
  "license": "MIT",
  "author": {
    "name": "Daniel Castillo",
    "email": "daniel@dlcastillop.com",
    "url": "https://dlcastillop.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dlcastillop/starlight-page-actions.git",
    "directory": "packages/starlight-page-actions"
  },
  "funding": "https://ko-fi.com/dlcastillop",
  "type": "module",
  "exports": {
    ".": "./index.ts",
    "./overrides/PageTitle.astro": "./overrides/PageTitle.astro",
    "./overrides/TableOfContents.astro": "./overrides/TableOfContents.astro"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "fmt": "oxfmt",
    "lint": "oxlint"
  },
  "dependencies": {
    "tidymd": "0.2.0",
    "vite-plugin-static-copy": "4.1.1",
    "vite-plugin-virtual": "0.5.0"
  },
  "devDependencies": {
    "oxfmt": "0.63.0",
    "oxlint": "1.78.0"
  },
  "peerDependencies": {
    "@astrojs/starlight": ">=0.36.0",
    "astro": ">=5.6.0"
  },
  "engines": {
    "node": "^22.0.0 || >=24.0.0"
  }
}
