forensic-pathways/package.json
2025-07-19 15:30:12 +02:00

30 lines
624 B
JSON

{
"name": "dfir-tools-hub",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"check:health": "curl -f http://localhost:3000/health || exit 1"
},
"dependencies": {
"@astrojs/node": "^9.3.0",
"astro": "^5.3.0",
"cookie": "^0.6.0",
"dotenv": "^16.4.5",
"jose": "^5.2.0",
"js-yaml": "^4.1.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/cookie": "^0.6.0",
"@types/js-yaml": "^4.0.9"
},
"engines": {
"node": ">=18.0.0"
}
}