{ "name": "harness", "version": "1.0.0", "description": "Test infrastructure for this repo. Not to be published.", "license": "ISC", "author": "", "type": "module", "main": "server.ts", "scripts": { "start": "tsx server.ts", "test": "vitest run" }, "devDependencies": { "@github/copilot": "^1.0.52-1", "@modelcontextprotocol/sdk": "^1.26.0", "@types/node": "^25.3.3", "@types/node-forge": "^1.3.14", "node-forge": "^1.4.0", "openai": "^6.17.0", "tsx": "^4.21.0", "typescript": "^5.9.3", "vitest": "^4.0.18", "yaml": "^2.8.2" } }