AstroCol/package.json

21 lines
364 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": {
"astro": "^3.2.4",
"bcrypt": "^5.1.1",
"mongodb": "^6.2.0"
},
"devDependencies": {
"@types/bcrypt": "^5.0.1"
}
}