{
  "name": "@just-every/mcp-screenshot-website-fast",
  "version": "0.1.33",
  "description": "Fast screenshot capture tool for web pages - optimized for Claude Vision API",
  "main": "dist/index.js",
  "bin": {
    "mcp-screenshot-website-fast": "bin/mcp-screenshot-website.js"
  },
  "files": [
    "dist/**/*",
    "bin/**/*",
    "scripts/**/*",
    "README.md",
    "LICENSE",
    "package.json"
  ],
  "scripts": {
    "prebuild": "node scripts/download-img2webp.js",
    "build": "tsc -p tsconfig.prod.json",
    "build:dev": "tsc",
    "build:full": "npm run download-binaries && npm run build",
    "download-binaries": "node scripts/download-img2webp.js",
    "dev": "tsx src/index.ts",
    "start": "node dist/index.js",
    "serve": "node dist/serve-restart.js",
    "serve:dev": "LOG_LEVEL=debug tsx src/serve.ts",
    "serve:debug": "LOG_LEVEL=debug node --inspect dist/serve.js",
    "test": "vitest",
    "test:deploy": "vitest run test/deployment.test.ts",
    "lint": "eslint src",
    "typecheck": "tsc --noEmit"
  },
  "keywords": [
    "mcp",
    "mcp-server",
    "model-context-protocol",
    "screenshot",
    "web-capture",
    "puppeteer",
    "headless",
    "vision",
    "llm",
    "claude",
    "cursor",
    "vscode"
  ],
  "author": "Just Every",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/just-every/mcp-screenshot-website-fast.git"
  },
  "bugs": {
    "url": "https://github.com/just-every/mcp-screenshot-website-fast/issues"
  },
  "homepage": "https://github.com/just-every/mcp-screenshot-website-fast#readme",
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "commander": "^14.0.3",
    "execa": "^9.6.1",
    "puppeteer": "^24.40.0",
    "sharp": "^0.34.5"
  },
  "devDependencies": {
    "@eslint/js": "^9.39.4",
    "@types/node": "^25.5.2",
    "@typescript-eslint/eslint-plugin": "^8.58.0",
    "@typescript-eslint/parser": "^8.58.0",
    "eslint": "^9.39.4",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.5",
    "prettier": "^3.8.1",
    "tsx": "^4.21.0",
    "typescript": "^6.0.2",
    "typescript-eslint": "^8.58.0",
    "vite": "^8.0.16",
    "vitest": "^4.1.2"
  },
  "optionalDependencies": {
    "@rollup/rollup-darwin-x64": "^4.43.0",
    "@rollup/rollup-linux-x64-gnu": "^4.43.0",
    "@rollup/rollup-linux-x64-musl": "^4.43.0",
    "@rollup/rollup-win32-x64-msvc": "^4.43.0"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "type": "module"
}
