{
  "name": "starlight-scroll-to-top",
  "version": "1.0.1",
  "license": "MIT",
  "description": "Add a scroll to top button to your documentation website.",
  "author": "frostybee",
  "keywords": [
    "starlight",
    "astro",
    "scroll",
    "scroll-to-top",
    "documentation"
  ],
  "type": "module",
  "exports": {
    ".": "./index.ts"
  },
  "files": [
    "index.ts",
    "libs/",
    "common/",
    "README.md",
    "CHANGELOG.md"
  ],
  "devDependencies": {
    "@astrojs/starlight": "^0.38.2",
    "astro": "^6.0.8"
  },
  "peerDependencies": {
    "@astrojs/starlight": ">=0.38.0"
  },
  "engines": {
    "node": ">=22.12.0"
  },
  "publishConfig": {
    "access": "public",
    "provenance": false
  },
  "sideEffects": false,
  "homepage": "https://github.com/frostybee/starlight-scroll-to-top",
  "repository": {
    "type": "git",
    "url": "https://github.com/frostybee/starlight-scroll-to-top.git",
    "directory": "packages/starlight-scroll-to-top"
  },
  "bugs": "https://github.com/frostybee/starlight-scroll-to-top/issues"
}