fries-website/package.json
Fries 175af0dd27 make the beginnings of my website :3
this is the beginnings of my website :3!

Co-authored-by: mossfet <root@mossfet.xyz>
2023-04-23 17:28:08 -07:00

15 lines
251 B
JSON

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