You've already forked computing-box
15 lines
249 B
JSON
15 lines
249 B
JSON
{
|
|
"name": "computing-box",
|
|
"type": "module",
|
|
"version": "26.4.0-9.b",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"astro": "^6.1.1"
|
|
}
|
|
}
|