AstroCol/package.json

29 lines
633 B
JSON
Raw Permalink Normal View History

2023-10-12 21:26:26 +00:00
{
"name": "",
2024-06-01 13:58:57 +00:00
"type": "commonjs",
2023-10-12 21:26:26 +00:00
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
2024-06-01 13:58:57 +00:00
"astro": "astro",
"test": "jest --detectOpenHandles --silent=false --verbose=true"
2023-10-12 21:26:26 +00:00
},
"dependencies": {
2024-06-01 20:30:39 +00:00
"@astrojs/node": "^8.2.5",
2024-03-30 22:30:06 +00:00
"@iconify-json/mdi": "^1.1.64",
2024-03-27 21:51:41 +00:00
"argon2": "^0.40.1",
"astro": "^4.5.10",
2024-03-30 22:30:06 +00:00
"astro-icon": "^1.1.0",
"mongodb": "^6.2.0"
2024-06-01 13:58:57 +00:00
},
"devDependencies": {
"@types/jest": "^29.5.12",
"dotenv": "^16.4.5",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.2"
2023-10-12 21:26:26 +00:00
}
}