{ "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": "^0.0.403", "@types/node": "^25.2.0", "openai": "^6.17.0", "tsx": "^4.21.0", "typescript": "^5.9.3", "vitest": "^4.0.18", "yaml": "^2.8.2" } }