mirror of
https://github.com/skidoodle/albert.lol.git
synced 2026-04-28 11:17:41 +02:00
15 lines
237 B
JSON
15 lines
237 B
JSON
{
|
|
"name": "albert.lol",
|
|
"type": "module",
|
|
"version": "6",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"astro": "5.16.4"
|
|
}
|
|
}
|