Files
wunix.rhpidfyre.io/package.json
2025-02-01 19:25:53 -05:00

14 lines
242 B
JSON

{
"name": "rhpidfyre.io",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.2.3"
}
}