AstroCol/package.json

18 lines
308 B
JSON
Raw Normal View History

2023-10-12 21:26:26 +00:00
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
2024-03-27 21:51:41 +00:00
"argon2": "^0.40.1",
"astro": "^4.5.10",
"mongodb": "^6.2.0"
2023-10-12 21:26:26 +00:00
}
}