Goatpedia/package.json
houston[bot] b09eef4d23 🎉 Initial Commit
2025-01-20 20:15:16 +08:00

17 lines
326 B
JSON

{
"name": "goatpedia",
"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.31.1",
"astro": "^5.1.5",
"sharp": "^0.32.5"
}
}