appwrite/tests/resources/sites/astro-static/package.json

15 lines
243 B
JSON
Raw Normal View History

2025-03-08 15:50:39 +00:00
{
"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"
}
}