You've already forked computing-box
14 lines
250 B
JSON
14 lines
250 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.5"
|
|
}
|
|
} |