forensic-pathways/package.json
overcuriousity 340e33466f progress
2025-07-13 11:34:17 +02:00

20 lines
502 B
JSON

{
"name": "dfir-tools-hub",
"version": "1.0.0",
"description": "Self-hosted DFIR tools directory and service status hub",
"scripts": {
"start": "eleventy --serve",
"build": "eleventy",
"debug": "DEBUG=Eleventy* eleventy",
"clean": "rm -rf _site"
},
"keywords": ["dfir", "digital-forensics", "incident-response", "tools"],
"author": "Your Lab",
"license": "MIT",
"devDependencies": {
"@11ty/eleventy": "^3.1.2"
},
"dependencies": {
"js-yaml": "^4.1.0"
}
}