limepot-xyz/package.json
2023-10-29 21:55:17 -06:00

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"
}
}