blob: b575b4bdb762fcb040625ac87a8e2c17d64a0ec5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"type": "module",
"private": "true",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^2.9.7"
}
}
|