UNPKG

starlight-theme-catppuccin

Version:

<h3 align="center"> <img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/logos/exports/1544x1544_circle.png" width="100" alt="Logo"/><br/> <img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transp

41 lines 903 B
{ "name": "starlight-theme-catppuccin", "version": "2.0.0", "type": "module", "exports": { ".": "./index.ts", "./styles/*": "./styles/*", "./themes/*": "./themes/*" }, "homepage": "https://catppuccin-starlight.otterlord.dev/", "author": "Reuben Tier <otterlord.dev@gmail.com>", "contributors": [ "Louis Escher <louisescher@proton.me>" ], "files": [ "index.ts", "styles", "themes" ], "keywords": [ "withastro", "starlight", "catppuccin" ], "devDependencies": { "astro": "^5.0.0", "nodemon": "^3.1.7", "typescript": "^5.5.4" }, "peerDependencies": { "@astrojs/starlight": "^0.30.0", "astro": "^5.0.0" }, "dependencies": { "@astrojs/starlight": "^0.30.0" }, "scripts": { "dev": "nodemon --watch \"./templates/*\" -e tera --exec \"pnpm build\"", "build": "whiskers templates/template.tera" } }