Files
computing-box/package.json
Alexander Lyall aa9e071d40
Some checks failed
Changelog + Release on main / changelog_and_release (push) Failing after 37s
Update dependencies and backup of project
Signed-off-by: Alexander Lyall <alex@adcm.uk>
2026-02-28 23:01:39 +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.18.0"
}
}