← back to Designer Wallcoverings
DW-Agents/dw-agents/agent-security/package.json
24 lines
{
"name": "agent-security",
"version": "1.0.0",
"description": "System security monitoring and management for DW-Agents infrastructure.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@anthropic-ai/sdk": "^0.68.0",
"@types/express": "^5.0.5",
"@types/express-session": "^1.18.2",
"@types/node": "^24.10.1",
"express": "^5.1.0",
"express-session": "^1.18.2",
"node-fetch": "^3.3.2",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
}
}