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 47eb5ad72a progress
2025-07-14 15:15:57 +02:00

25 lines
509 B
JSON

{
"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",
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@types/node": "^24.0.13",
"terser": "^5.27.0"
},
"engines": {
"node": ">=18.0.0"
}
}