You've already forked computing-box
Some checks failed
Pre-release on non-main branches / prerelease (push) Failing after 20s
* 'main' of https://git.adcmnetworks.co.uk/alexander.lyall/computing-box.git: Update Astro to 5.16.6 Merging of release and changelog workflows to reduce burden on git server load. Update .gitea/workflows/changelog.yml Update .gitea/workflows/changelog.yml Update .gitea/workflows/changelog.yml Update .gitea/workflows/changelog.yml Add .gitea/workflows/changelog.yml Update README.md Update README.md Update README.md Update LICENSE Update LICENSE Update LICENSE
15 lines
251 B
JSON
15 lines
251 B
JSON
{
|
|
"name": "Computing:Box",
|
|
"type": "module",
|
|
"version": "2.0.0 Alpha",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"astro": "^5.16.6"
|
|
}
|
|
}
|