You've already forked computing-box
15 lines
249 B
JSON
15 lines
249 B
JSON
{
|
|
"name": "computing-box",
|
|
"type": "module",
|
|
"version": "26.3.2-1.e",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"astro": "^6.0.8"
|
|
}
|
|
}
|