Files

36 lines
810 B
JSON
Raw Permalink Normal View History

2026-05-25 20:09:02 -05:00
{
"name": "@mokoconsulting/mcp_windows",
"version": "3.0.0",
2026-05-25 20:09:02 -05:00
"description": "MCP server for Windows desktop system operations",
"type": "module",
"main": "dist/index.js",
"bin": {
"mcp_windows": "dist/index.js"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"start": "node dist/index.js",
"lint": "eslint src/",
"setup": "node scripts/setup.mjs",
"clean": "rm -rf dist/"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.1",
"zod": "^3.24.4"
},
"devDependencies": {
"@types/node": "^22.15.3",
"typescript": "^5.8.3"
},
"engines": {
"node": ">=20.0.0"
},
"license": "GPL-3.0-or-later",
"author": "Moko Consulting <hello@mokoconsulting.tech>",
"repository": {
"type": "git",
"url": "https://git.mokoconsulting.tech/MokoConsulting/mcp-windows.git"
}
}