Files
wunix.rhpidfyre.io/package.json
2025-02-16 19:36:08 -05:00

17 lines
312 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.3.0",
"sass": "^1.85.0",
"scss": "^0.2.4"
},
"devDependencies": {}
}