2024-05-12 01:45:37 -07:00
|
|
|
{
|
2024-08-23 23:49:24 +00:00
|
|
|
"name": "magical-metal",
|
|
|
|
"type": "module",
|
|
|
|
"version": "0.0.1",
|
2024-05-12 01:45:37 -07:00
|
|
|
"scripts": {
|
2024-08-23 23:49:24 +00:00
|
|
|
"dev": "astro dev",
|
|
|
|
"start": "astro dev",
|
|
|
|
"build": "astro check && astro build",
|
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro"
|
2024-05-12 01:45:37 -07:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-08-23 23:49:24 +00:00
|
|
|
"@astrojs/check": "^0.9.3",
|
|
|
|
"@astrojs/starlight": "^0.26.1",
|
|
|
|
"astro": "^4.14.5",
|
|
|
|
"typescript": "^5.5.4"
|
2024-05-12 01:45:37 -07:00
|
|
|
}
|
|
|
|
}
|