Archived
2
0
This repository has been archived on 2025-07-16. You can view files and clone it, but cannot push or open issues or pull requests.
cc24-hub/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"
}
}