Files
my-company-site/package.json
2025-12-27 17:03:36 +09:00

14 lines
246 B
JSON

{
"name": "my-company-site",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.15.1"
}
}