{ "name": "desktop-harness", "private": true, "type": "module", "scripts": { "build": "tsc", "check": "tsc --noEmit", "test": "npm run build && node --test dist/test/*.test.js", "home": "node dist/src/main.js" }, "devDependencies": { "@types/node": "^25.0.0", "typescript": "^5.9.0" } }