Files
computing-box/package.json
Alexander Lyall 535c62b838
All checks were successful
Changelog + Release on main / changelog_and_release (push) Successful in 1m46s
Updated astro to 6.0.8
Signed-off-by: Alexander Lyall <alex@adcm.uk>
2026-03-21 21:52:43 +00:00

15 lines
244 B
JSON

{
"name": "computing-box",
"type": "module",
"version": "2.0.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^6.0.8"
}
}