{
"name": "screenshotone-mcp-server",
"version": "1.0.0",
"description": "Render website screenshots of any website and get them as images.",
"main": "build/index.js",
"type": "module",
"scripts": {
"build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Dmytro Krasun <dmytro@screenshotone.com>",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.5.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/node": "^22.13.4",
"typescript": "^5.7.3"
},
"bin": {
"screenshot": "./build/index.js"
},
"files": [
"build"
]
}