20 lines
502 B
JSON
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"
|
|
}
|
|
} |