agent-anomaly-detector
Version:
Outlier detection, fraud analysis, and pattern anomaly identification
36 lines (35 loc) • 730 B
JSON
{
"name": "agent-anomaly-detector",
"version": "2.0.0",
"description": "Outlier detection, fraud analysis, and pattern anomaly identification",
"main": "index.js",
"bin": {
"agent-anomaly-detector": "./bin/install.js"
},
"scripts": {
"test": "node test.js"
},
"keywords": [
"claude",
"claude-code",
"ai",
"agent",
"anomaly detector",
"multi-agent"
],
"author": "Claude Code Team",
"license": "MIT",
"dependencies": {
"chalk": "^5.3.0",
"fs-extra": "^11.1.1",
"ora": "^7.0.1"
},
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/TheAIuniversity/multi-agent-dashboard.git"
},
"type": "module"
}