MongoDB
by kiliczsh
{
"name": "nutjs-windows-control",
"version": "1.0.0",
"description": "Windows control server using nut.js and MCP",
"type": "module",
"main": "build/index.js",
"scripts": {
"build": "tsc",
"start": "node build/index.js",
"dev": "tsc -w",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.1",
"@nut-tree/libnut": "file:../libnut-core",
"clipboardy": "^4.0.0",
"express": "^4.18.2",
"jimp": "^1.6.0",
"sharp": "^0.33.5"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20.17.9",
"@vitest/coverage-v8": "^2.1.8",
"typescript": "^5.3.3",
"vitest": "^2.1.8"
}
}