{
  "name": "sbox-mcp-server",
  "version": "2.1.0",
  "description": "MCP Server for s&box game engine — enables Claude to build games through conversation",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "sbox-mcp-server": "dist/index.js",
    "sbox-mcp": "dist/index.js"
  },
  "files": [
    "dist/**/*.js",
    "dist/**/*.d.ts",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "test": "npm run build && node --test",
    "start": "node dist/index.js",
    "dev": "tsc --watch",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "mcp",
    "sbox",
    "s&box",
    "game-engine",
    "claude",
    "ai",
    "source2",
    "model-context-protocol"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LouSputthole/Sbox-Claude.git"
  },
  "author": "sboxskins.gg (https://sboxskins.gg)",
  "homepage": "https://sboxskins.gg",
  "bugs": {
    "url": "https://github.com/LouSputthole/Sbox-Claude/issues"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.1",
    "zod": "^3.24.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^5.7.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "license": "SEE LICENSE IN LICENSE"
}
