Files
computing-box/package.json
Alexander Lyall aed8a80b02
Some checks failed
Changelog + Release on main / changelog_and_release (push) Failing after 20s
Update Astro to 5.16.6
Signed-off-by: Alexander Lyall <alex@adcm.uk>
2025-12-26 22:30:04 +00:00

15 lines
245 B
JSON

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