package.json•1.12 kB
{
"name": "mcp-windows-screenshots",
"version": "1.1.0",
"description": "MCP server for accessing Windows screenshots from WSL2",
"main": "dist/index.js",
"type": "module",
"bin": {
"mcp-windows-screenshots": "./cli.js"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"start": "node dist/index.js",
"prepublishOnly": "npm run build"
},
"keywords": [
"mcp",
"claude",
"screenshots",
"wsl2",
"windows",
"model-context-protocol",
"claude-code",
"wsl",
"screen-capture"
],
"author": "rubinsh",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/rubinsh/mcp-windows-screenshots.git"
},
"bugs": {
"url": "https://github.com/rubinsh/mcp-windows-screenshots/issues"
},
"homepage": "https://github.com/rubinsh/mcp-windows-screenshots#readme",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4",
"glob": "^11.0.0",
"sharp": "^0.33.5"
},
"devDependencies": {
"@types/node": "^20.17.10",
"typescript": "^5.7.2"
}
}