package.jsonā¢2.84 kB
{
"name": "@ai-capabilities-suite/mcp-screenshot",
"version": "1.0.2",
"mcpName": "io.github.DigitalDefiance/mcp-screenshot",
"description": "MCP server providing screenshot capture capabilities for AI agents with multi-format support, PII masking, and security controls",
"main": "./dist/src/index.js",
"module": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"bin": "./dist/src/cli.js",
"exports": {
"./package.json": "./package.json",
".": {
"@mcp-screenshot/source": "./src/index.ts",
"types": "./dist/src/index.d.ts",
"import": "./dist/src/index.js",
"default": "./dist/src/index.js"
}
},
"files": [
"dist",
"README.md",
"LICENSE",
"!**/*.tsbuildinfo",
"!**/*.spec.js",
"!**/*.test.js"
],
"keywords": [
"mcp",
"mcp-server",
"model-context-protocol",
"screenshot",
"screen-capture",
"image-processing",
"pii-masking",
"privacy",
"ai-agent",
"kiro",
"cross-platform"
],
"author": {
"name": "Digital Defiance",
"email": "info@digitaldefiance.org",
"url": "https://digitaldefiance.org"
},
"license": "MIT",
"homepage": "https://github.com/digital-defiance/ai-capabilities-suite/tree/main/packages/mcp-screenshot#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/digital-defiance/ai-capabilities-suite.git",
"directory": "packages/mcp-screenshot"
},
"bugs": {
"url": "https://github.com/digital-defiance/ai-capabilities-suite/issues",
"email": "info@digitaldefiance.org"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=8.0.0"
},
"os": [
"darwin",
"linux",
"win32"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"build": "tsc --build",
"lint": "echo 'Linting skipped for mcp-screenshot'",
"test": "jest",
"test:watch": "jest --watch",
"test:e2e": "jest --testPathPattern=e2e.spec.ts",
"test:unit": "jest --testPathIgnorePatterns=e2e.spec.ts",
"start": "node dist/src/index.js",
"prepublishOnly": "npm run build && npm run test:unit",
"publish:public": "npm publish --access public"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.23.0",
"active-win": "^8.1.0",
"node-window-manager": "^2.2.4",
"screenshot-desktop": "^1.12.7",
"sharp": "^0.33.5",
"tesseract.js": "^5.1.1",
"tslib": "^2.3.0",
"zod": "^4.1.13"
},
"devDependencies": {
"@swc/core": "^1.3.100",
"@swc/helpers": "^0.5.0",
"@swc/jest": "^0.2.29",
"@types/jest": "^29.5.8",
"@types/node": "^20.10.6",
"@types/screenshot-desktop": "^1.15.0",
"fast-check": "^3.22.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "^5.3.3"
},
"type": "commonjs"
}