Files
computing-box/package.json
Alexander Lyall 8ce81afdaf
Some checks failed
Changelog + Release on main / changelog_and_release (push) Has been cancelled
Merge branch 'main' of https://git.adcmnetworks.co.uk/alexander.lyall/computing-box.git
2026-03-30 18:55:25 +01:00

15 lines
249 B
JSON

{
"name": "computing-box",
"type": "module",
"version": "26.3.3-0.b",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^6.1.1"
}
}