photos/package.json
2025-04-19 17:39:08 -04:00

28 lines
604 B
JSON

{
"name": "@area44/astro-multiverse",
"version": "25.03.15",
"private": true,
"license": "CCA-3.0",
"author": {
"name": "AREA44",
"url": "https://github.com/AREA44/astro-multiverse"
},
"scripts": {
"build": "astro build",
"dev": "astro dev",
"preview": "astro preview",
"start": "astro dev",
"format": "biome format --write ."
},
"dependencies": {
"astro": "^5.6.1",
"fontaine": "^0.5.0",
"sharp": "^0.34.1"
},
"devDependencies": {
"@area44/biome-config": "^0.4.1",
"@biomejs/biome": "^1.9.4"
},
"packageManager": "pnpm@10.8.0"
}