{
  "name": "super-shell-mcp",
  "version": "2.0.15",
  "description": "MCP server for executing shell commands across multiple platforms",
  "type": "module",
  "main": "build/index.js",
  "bin": {
    "super-shell-mcp": "build/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cfdude/super-shell-mcp.git"
  },
  "files": [
    "build"
  ],
  "scripts": {
    "build": "tsc && chmod +x build/index.js",
    "prepare": "npm run build",
    "start": "node build/index.js",
    "dev": "ts-node --esm src/index.ts",
    "lint": "eslint .",
    "test": "jest --config=jest.config.cjs",
    "test:quiet": "jest --config=jest.config.cjs --silent"
  },
  "keywords": [
    "mcp",
    "shell",
    "macos",
    "windows",
    "linux",
    "zsh",
    "bash",
    "powershell",
    "cmd",
    "terminal",
    "cross-platform"
  ],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.6.1",
    "zod": "^3.22.4"
  },
  "devDependencies": {
    "@eslint/js": "^9.30.1",
    "@types/jest": "^29.5.11",
    "@types/node": "^20.17.24",
    "@typescript-eslint/eslint-plugin": "^8.0.0",
    "@typescript-eslint/parser": "^8.0.0",
    "eslint": "^9.30.1",
    "jest": "^29.7.0",
    "jest-circus": "^29.7.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.3.3"
  }
}
