{ "name": "codex-chief-of-staff", "version": "0.1.0", "private": true, "license": "UNLICENSED", "description": "Read-only MCP monitor for threads visible through a shared Codex App Server", "type": "module", "bin": { "codex-chief-of-staff": "dist/src/index.js" }, "files": [ "dist/src", "README.md" ], "engines": { "node": ">=24 <25" }, "scripts": { "build": "tsc -p tsconfig.json", "prepack": "npm test", "typecheck": "tsc -p tsconfig.json --noEmit", "test": "npm run build && node --test dist/test/*.test.js", "start": "node dist/src/index.js", "smoke": "npm run build && node dist/src/smoke.js", "verify:package": "node scripts/verify-packed-package.mjs" }, "dependencies": { "@modelcontextprotocol/sdk": "1.30.0" }, "devDependencies": { "@types/node": "24.13.3", "typescript": "7.0.2" } }