Files
srjuggernaut_dev/package.json

18 lines
307 B
JSON

{
"name": "srjuggernaut_dev",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.17.1"
},
"devDependencies": {
"@biomejs/biome": "2.3.13"
}
}