{ "name": "@pasichdev/docket", "version": "3.0.0", "description": "One list every AI tool you use can write to — across every project, before the work is worth a ticket. Local-first, self-hostable.", "license": "MIT", "author": "pasichDev", "homepage": "https://github.com/pasichDev/docket#readme", "repository": { "type": "git", "url": "git+https://github.com/pasichDev/docket.git" }, "bugs": { "url": "https://github.com/pasichDev/docket/issues" }, "keywords": [ "docket", "mcp", "model-context-protocol", "mcp-server", "local-first", "todo", "backlog", "multi-agent", "agent-workspace", "claude", "claude-code", "codex", "cursor", "ai-agent", "developer-tools", "typescript" ], "type": "module", "main": "dist/index.js", "bin": { "docket": "dist/launcher.js", "docket-setup": "dist/setup.js" }, "files": [ "dist", "!dist/**/*.test.js", "skills", "CHANGELOG.md" ], "publishConfig": { "access": "public" }, "mcpName": "io.github.pasichDev/docket", "engines": { "node": ">=18" }, "scripts": { "build": "rm -rf dist && tsc && tsc -p tsconfig.client.json && tsc -p tsconfig.client-test.json", "start": "node dist/index.js", "web": "node dist/web.js", "stats": "node dist/stats.js", "dev": "tsc --watch", "test": "npm run build && DOCKET_DATA_DIR=\"${DOCKET_TEST_DATA_DIR:-$(mktemp -d)}\" node --test dist/*.test.js dist/web/*.test.js dist/web/client/app/*.test.js dist/server/*.test.js dist/remote/*.test.js dist/hooks/*.test.js", "prepublishOnly": "npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "qrcode": "^1.5.4", "zod": "^4.4.3" }, "devDependencies": { "@types/node": "^24.0.0", "@types/qrcode": "^1.5.6", "typescript": "^5.7.0" }, "overrides": { "qs": "^6.16.0" }, "//overrides": "qs 6.14.2-6.15.3 has a moderate array-limit bypass. It reaches us only through @modelcontextprotocol/sdk -> express, which Docket never loads (stdio transport only), so it is not reachable here — but shipping a package whose audit is red trains people to ignore the audit. 6.16.0 is the upstream fix." }