potentia-website/package.json
SanjayramVempati 2169462761 int
2023-03-03 17:19:19 -05:00

15 lines
270 B
JSON

{
"name": "website-final",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.17"
}
}