limepot-xyz/package.json

17 lines
288 B
JSON
Raw Normal View History

2023-08-13 16:35:03 -06:00
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
2024-04-17 03:50:55 -06:00
"@astrojs/rss": "^3.0.0",
"astro": "^2.10.7"
2023-08-13 16:35:03 -06:00
}
2023-08-14 02:44:20 -06:00
}