shiftos-archive-website/package.json

14 lines
245 B
JSON
Raw Normal View History

{
2024-12-31 22:15:14 -05:00
"name": "shiftos-website",
"type": "module",
2024-12-31 22:15:14 -05:00
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.1.1"
}
}