{
  "name": "mcp-server-code-runner",
  "version": "0.1.7",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "mcp-server-code-runner": "dist/cli.js"
  },
  "exports": {
    ".": "./dist/index.js"
  },
  "scripts": {
    "build": "tsc && shx chmod +x dist/index.js dist/cli.js",
    "watch": "tsc --watch",
    "start": "node ./dist/cli.js"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "mcp",
    "code-runner",
    "server"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/formulahendry/mcp-server-code-runner.git"
  },
  "author": "Jun Han",
  "license": "MIT",
  "description": "Code Runner MCP Server",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.10.1",
    "commander": "^13.1.0",
    "express": "^5.1.0",
    "zod": "^3.24.2"
  },
  "devDependencies": {
    "@types/express": "^5.0.1",
    "@types/node": "^22.13.10",
    "shx": "^0.4.0",
    "typescript": "^5.8.2"
  }
}
