{ "name": "dfir-tools-hub", "type": "module", "version": "1.0.0", "description": "Fast, self-hosted DFIR tools hub for academic and lab environments", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "astro": "^4.0.0", "js-yaml": "^4.1.0" }, "devDependencies": { "@types/node": "^24.0.13", "terser": "^5.27.0" }, "engines": { "node": ">=18.0.0" } }