appwrite/tests/resources/sites/astro/package.json
2025-02-28 18:29:17 +01:00

15 lines
274 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": {
"@astrojs/node": "^9.0.2",
"astro": "^5.2.5"
}
}