package.json•971 B
{
"name": "screenshot-mcp",
"version": "1.0.0",
"description": "MCP server for capturing website screenshots with full page, element, and device size features",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js",
"dev": "node --watch index.js",
"test": "node --test"
},
"keywords": [
"mcp",
"screenshot",
"puppeteer",
"ui",
"ux",
"testing",
"claude"
],
"author": "Up North Media",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^0.5.0",
"puppeteer": "^23.0.0",
"sharp": "^0.34.3"
},
"devDependencies": {
"@types/node": "^20.0.0"
},
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/upnorthmedia/screenshot-mcp.git"
},
"bugs": {
"url": "https://github.com/upnorthmedia/screenshot-mcp/issues"
},
"homepage": "https://github.com/upnorthmedia/screenshot-mcp#readme"
}