{ "name": "cokacremote", "version": "0.1.0", "private": true, "license": "MIT", "description": "Full-access remote development MCP server for VPS and EC2 hosts", "type": "module", "engines": { "node": ">=22.0.0" }, "scripts": { "build": "tsc -p tsconfig.json", "dev": "tsx watch src/server.ts", "start": "node dist/src/server.js", "test": "vitest run", "test:watch": "vitest", "typecheck": "tsc -p tsconfig.json --noEmit" }, "dependencies": { "@modelcontextprotocol/sdk": "1.30.0", "express": "5.2.1", "zod": "4.4.3" }, "devDependencies": { "@types/express": "5.0.6", "@types/node": "24.13.3", "tsx": "4.23.12", "typescript": "7.0.2", "vitest": "4.1.11" } }