{
  "name": "glasses-mcp",
  "version": "1.1.0",
  "description": "A Model Context Protocol (MCP) server that provides a tool for taking screenshots of websites.",
  "type": "module",
  "main": "dist/main.js",
  "bin": {
    "glasses-mcp": "dist/main.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "start": "npm run build && node dist/main.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "ai",
    "ai-agent",
    "llm",
    "puppeteer",
    "screenshot",
    "web-capture",
    "page-snapshot",
    "headless-chrome",
    "automation",
    "developer-tools"
  ],
  "author": "Abderrahmane Gourragui",
  "license": "ISC",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.15.0",
    "puppeteer": "^24.11.2",
    "zod": "^3.25.74"
  },
  "devDependencies": {
    "@types/node": "^24.0.10",
    "typescript": "^5.8.3"
  }
}
