forensic-pathways/package.json
2025-07-13 01:00:52 +02:00

23 lines
618 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": "^2.0.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"eleventy-plugin-sass": "^2.2.0",
"sass": "^1.69.0"
},
"dependencies": {
"js-yaml": "^4.1.0"
}
}