limepot-xyz/package.json

15 lines
257 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": {
"astro": "^2.10.7"
}
}