{ "name": "@bodicsek/codex-chief-of-staff", "version": "0.1.1", "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": { "compile": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", "test": "npm run compile && node --test dist/test/*.test.js", "start": "node dist/src/index.js", "smoke": "npm run compile && node dist/src/smoke.js", "verify:runtime": "node scripts/verify-generated-runtime.mjs", "verify:git-package": "node scripts/verify-git-package.mjs", "verify:package": "node scripts/verify-packed-package.mjs", "pack:verified": "npm run compile && npm test && npm run verify:runtime && npm pack --ignore-scripts" }, "dependencies": { "@modelcontextprotocol/sdk": "1.30.0" }, "devDependencies": { "@types/node": "24.13.3", "typescript": "7.0.2" } }