{
  "name": "@thijshakkenberg/valkyrie-mom-mcp",
  "version": "1.2.0",
  "description": "MCP server for AI-assisted Mansions of Madness scenario creation with Valkyrie",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "valkyrie-mom-mcp": "dist/index.js"
  },
  "author": {
    "name": "Thijs Hakkenberg"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/thijs-hakkenberg/ValkyrieMCP.git"
  },
  "keywords": [
    "valkyrie",
    "mansions-of-madness",
    "scenario-editor",
    "mcp",
    "board-game",
    "claude-code-plugin"
  ],
  "files": [
    "dist/",
    "src/",
    ".claude-plugin/",
    ".mcp.json",
    "skills/",
    "agents/",
    "README.md",
    "LICENSE",
    "CLAUDE.md",
    "tsconfig.json"
  ],
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "dev": "tsx src/index.ts",
    "test": "vitest run",
    "test:watch": "vitest",
    "extract-catalogs": "tsx src/catalogs/extract-catalogs.ts",
    "lint": "tsc --noEmit",
    "convert-tiles": "tsx scripts/convert-tile-images.ts",
    "prepublishOnly": "npm run lint && npm run test && npm run build"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.1",
    "archiver": "^7.0.1",
    "zod": "^3.24.2"
  },
  "devDependencies": {
    "@types/archiver": "^6.0.3",
    "@types/node": "^22.13.4",
    "@vitest/coverage-v8": "^3.2.4",
    "tsx": "^4.19.2",
    "typescript": "^5.7.3",
    "vitest": "^3.0.5"
  }
}
