AstroCol/package.json

18 lines
308 B
JSON

{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"argon2": "^0.40.1",
"astro": "^4.5.10",
"mongodb": "^6.2.0"
}
}