{
  "name": "mcp-mgba",
  "version": "0.3.3",
  "description": "MCP server that bridges Claude to the mGBA Game Boy Advance emulator via Lua scripting",
  "license": "MIT",
  "type": "module",
  "bin": {
    "mcp-mgba": "dist/index.js"
  },
  "files": [
    "dist/",
    "lua/",
    "docs/",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc && node -e \"import('node:fs').then(fs => fs.chmodSync('dist/index.js', 0o755))\"",
    "dev": "tsc --watch",
    "start": "node dist/index.js",
    "prepare": "npm run build",
    "inspector": "npx @modelcontextprotocol/inspector node dist/index.js"
  },
  "engines": {
    "node": ">=22"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dmang-dev/mcp-mgba.git"
  },
  "bugs": {
    "url": "https://github.com/dmang-dev/mcp-mgba/issues"
  },
  "homepage": "https://github.com/dmang-dev/mcp-mgba#readme",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^5.5.0"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "mgba",
    "gba",
    "game-boy-advance",
    "emulator",
    "lua"
  ]
}
