Zalvena/test/package.json

15 lines
269 B
JSON
Raw Permalink Normal View History

2025-02-19 04:25:56 -05:00
{
2025-02-20 19:16:44 -05:00
"name": "test",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.3.0"
}
}