Files
lolisland.us/package.json

24 lines
499 B
JSON

{
"name": "lolisland.us",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"format": "biome format --write .",
"lint": "biome lint --write .",
"check": "biome check --write .",
"astro": "astro"
},
"dependencies": {
"@astrojs/cloudflare": "^12.6.12",
"astro": "^5.0.0"
},
"devDependencies": {
"@biomejs/biome": "2.3.8"
}
}