{
  "name": "snapmcp",
  "version": "2.3.0",
  "description": "All-in-one MCP server for visual captures: terminal, code, browser, markdown, diffs, HTML, and PDF — via Playwright",
  "keywords": [
    "mcp",
    "model-context-protocol",
    "screenshot",
    "terminal",
    "code",
    "syntax-highlighting",
    "shiki",
    "playwright",
    "capture",
    "snapmcp"
  ],
  "homepage": "https://github.com/reeinharddd/snapmcp#readme",
  "bugs": {
    "url": "https://github.com/reeinharddd/snapmcp/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/reeinharddd/snapmcp.git"
  },
  "license": "MIT",
  "author": "reeinharddd",
  "type": "module",
  "bin": {
    "snapmcp": "dist/index.js"
  },
  "main": "dist/index.js",
  "directories": {
    "test": "tests"
  },
  "files": [
    "dist/",
    "scripts/",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "dev": "bun --watch src/index.ts",
    "test": "bun test",
    "setup": "bun run scripts/setup.ts",
    "prepublishOnly": "bun run build",
    "postinstall": "bun run scripts/postinstall.ts"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "1.29.0",
    "fast-png": "^8.0.0",
    "gifenc": "^1.0.3",
    "marked": "15.0.12",
    "playwright": "1.61.1",
    "shiki": "4.3.0"
  },
  "devDependencies": {
    "@types/node": "26.0.1",
    "typescript": "5.9.3"
  },
  "engines": {
    "node": ">=20",
    "bun": ">=1.2"
  },
  "publishConfig": {
    "access": "public"
  }
}
