Files
openfreemap/website/package.json
Zsolt Ero be036f6dab rename
2024-06-13 17:35:36 +02:00

16 lines
271 B
JSON

{
"name": "website_astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^4.10.2"
}
}