Files
computing-box/package.json
Alexander Lyall 7ecd065305
All checks were successful
Pre-release on non-main branches / prerelease (push) Successful in 29s
Updates to canvas of logic gate simulator:
- Addition of zoom feature

Signed-off-by: Alexander Lyall <alex@adcm.uk>
2026-03-01 16:37:02 +00:00

15 lines
245 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": "^5.18.0"
}
}