Files
computing-box/package.json
renovate[bot] 3a624cb5cd
All checks were successful
Pre-release on non-main branches / prerelease (push) Successful in 37s
chore(deps): update dependency astro to v6
2026-03-21 21:48:00 +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.0"
}
}