UNPKG

starlight-scroll-to-top

Version:

Add a scroll to top button to your documentation website.

47 lines 1.07 kB
{ "name": "starlight-scroll-to-top", "version": "0.3.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.35.2", "astro": "^5.12.8" }, "peerDependencies": { "@astrojs/starlight": ">=0.35" }, "engines": { "node": "^18.17.1 || ^20.3.0 || >=21.0.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" }