mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-12-07 05:33:37 +01: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"
|
|
}
|
|
}
|