Files
Sameen Karim 214b90eff2 init docs site
2026-04-03 15:28:11 -04:00

18 lines
322 B
JSON

{
"name": "docs",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.38.2",
"astro": "^6.0.8",
"sharp": "^0.34.5"
}
}