16 lines
288 B
JSON
16 lines
288 B
JSON
|
{
|
||
|
"name": "",
|
||
|
"type": "module",
|
||
|
"version": "0.0.1",
|
||
|
"scripts": {
|
||
|
"dev": "astro dev",
|
||
|
"start": "astro dev",
|
||
|
"build": "astro build",
|
||
|
"preview": "astro preview",
|
||
|
"astro": "astro"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@astrojs/node": "^8.3.2",
|
||
|
"astro": "^4.12.2"
|
||
|
}
|
||
|
}
|