{
  "name": "wmic-mcp",
  "version": "0.0.2",
  "description": "MCP server for the Windows Management Instrumentation Console (wmic).",
  "main": "dist/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "wmic-mcp": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "WMI",
    "WMIC"
  ],
  "author": "Alexander Sklar",
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.7.0",
    "open": "^10.1.0",
    "typescript": "^5.8.2"
  },
  "devDependencies": {
    "@types/node": "^22.13.10"
  },
  "type": "module"
}
