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

16 lines
274 B
JSON
Raw Normal View History

2025-02-10 13:13:31 +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": {
"@astrojs/node": "^9.0.2",
2025-02-28 17:29:17 +00:00
"astro": "^5.2.5"
2025-02-10 13:13:31 +00:00
}
}