16 lines
288 B
JSON
Executable file
16 lines
288 B
JSON
Executable file
{
|
|
"name": "",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/rss": "^3.0.0",
|
|
"astro": "^2.10.7"
|
|
}
|
|
}
|