templates/astro-docs/package.json

17 lines
317 B
JSON

{
"name": "",
"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.34.6",
"astro": "^5.6.1",
"sharp": "^0.34.2"
}
}