mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
f2e60a9675
* Revert "[ci] release (#10332)" This reverts commitdd3935b31c
. * Revert "[ci] set `--tag` on release (#10323)" This reverts commit50215ae731
.
17 lines
321 B
JSON
17 lines
321 B
JSON
{
|
|
"name": "@example/starlog",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"astro": "^4.4.11",
|
|
"sass": "^1.69.5",
|
|
"sharp": "^0.32.6"
|
|
}
|
|
}
|