nutjs-windows-control

by Cheffromspace
Verified
{ "name": "MCPControl", "version": "1.0.0", "description": "Cross-platform control server for the Model Context Protocol", "license": "MIT", "type": "module", "main": "build/index.js", "scripts": { "build": "tsc", "build:all": "node scripts/build.js", "start": "node build/index.js", "dev": "tsc -w", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.1", "@nut-tree/libnut": "file:./libnut-core", "clipboardy": "^4.0.0", "express": "^4.18.2", "jimp": "^1.6.0", "keysender": "^2.3.0", "sharp": "^0.33.5" }, "devDependencies": { "@eslint/js": "^9.22.0", "@types/express": "^4.17.21", "@types/node": "^20.17.9", "@typescript-eslint/eslint-plugin": "^8.26.1", "@typescript-eslint/parser": "^8.26.1", "@vitest/coverage-v8": "^3.0.8", "audit-ci": "^6.6.1", "eslint": "^9.22.0", "typescript": "^5.3.3", "typescript-eslint": "^8.26.1", "vitest": "^3.0.8" } }