{ "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" }, "devDependencies": { "terser": "^5.27.0" }, "engines": { "node": ">=18.0.0" } }