toastie-site/package.json

16 lines
262 B
JSON
Raw Permalink Normal View History

2024-11-26 21:10:42 +00:00
{
"name": "toastie-site",
2024-11-26 21:10:42 +00:00
"type": "module",
"version": "0.0.1",
"private": true,
2024-11-26 21:10:42 +00:00
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.1.1"
2024-11-26 21:10:42 +00:00
}
}