appwrite/tests/resources/sites/astro-static/package.json
2025-03-08 16:50:39 +01:00

14 lines
243 B
JSON

{
"name": "my-astro-app",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.2.5"
}
}