AstroCol/package.json

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