{
  "name": "security-detections-mcp",
  "version": "3.3.0",
  "description": "Advanced MCP server for security detections with Detection Engineering Intelligence, Knowledge Graph (Tribal Knowledge), Elicitation, and Resource Subscriptions",
  "sigmaSpecVersion": "2.0.0",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "security-detections-mcp": "dist/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MHaggis/Security-Detections-MCP.git"
  },
  "homepage": "https://github.com/MHaggis/Security-Detections-MCP#readme",
  "bugs": {
    "url": "https://github.com/MHaggis/Security-Detections-MCP/issues"
  },
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "dev": "tsc --watch",
    "test": "npm run build && node tests/cross-platform-test.js && node tests/jamf-parser-test.js && node tests/integration-test.js && node tests/engineering-tools-test.js",
    "test:platform": "npm run build && node tests/cross-platform-test.js",
    "test:ci": "npm run build && node tests/ci-integration-test.js",
    "test:integration": "npm run build && node tests/integration-test.js",
    "test:engineering": "npm run build && node tests/engineering-tools-test.js",
    "test:jamf": "npm run build && node tests/jamf-parser-test.js",
    "lint": "tsc --noEmit --strict",
    "prepublishOnly": "npm run build && npm run lint"
  },
  "keywords": [
    "mcp",
    "security",
    "detections",
    "sigma",
    "splunk",
    "escu",
    "elastic",
    "kql",
    "kusto",
    "defender",
    "sentinel",
    "sublime",
    "crowdstrike",
    "cql",
    "jamf",
    "macos",
    "siem",
    "mitre",
    "attack"
  ],
  "author": "Michael Haag",
  "license": "Apache-2.0",
  "dependencies": {
    "@iarna/toml": "^2.2.5",
    "@modelcontextprotocol/sdk": "^1.25.3",
    "better-sqlite3": "^11.0.0",
    "yaml": "^2.4.0"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.11",
    "@types/node": "^20.0.0",
    "typescript": "^5.4.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "dist",
    "README.md"
  ]
}
