28 lines
628 B
JSON
28 lines
628 B
JSON
{
|
|
"name": "dfir-tools-hub",
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"deploy:static": "./scripts/deploy-static.sh",
|
|
"deploy:node": "./scripts/deploy-node.sh",
|
|
"check:health": "curl -f http://localhost:3000/health || exit 1"
|
|
},
|
|
"dependencies": {
|
|
"astro": "^5.3.0",
|
|
"js-yaml": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/js-yaml": "^4.0.9"
|
|
},
|
|
"optionalDependencies": {
|
|
"@astrojs/node": "^9.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
} |