{
  "name": "humancontext",
  "version": "0.2.2",
  "description": "Mission control for developers using AI tools. Watches all your projects, tracks AI sessions, and gives you a morning briefing.",
  "type": "module",
  "license": "Apache-2.0",
  "bin": {
    "hc": "./src/cli/index.js"
  },
  "main": "./src/index.js",
  "keywords": [
    "ai",
    "developer-tools",
    "mcp",
    "context",
    "morning-briefing",
    "cli",
    "claude",
    "cursor",
    "windsurf",
    "productivity"
  ],
  "engines": {
    "node": ">=20.0.0"
  },
  "scripts": {
    "start": "node src/cli/index.js",
    "test": "node --test test/*.test.js",
    "mcp": "node src/mcp/server.js",
    "api": "node src/api/server.js",
    "telegram": "node src/bots/telegram.js",
    "slack": "node src/bots/slack.js"
  },
  "dependencies": {
    "@humancontext/intent-engine": "^0.1.0",
    "@modelcontextprotocol/sdk": "^1.27.1",
    "@slack/bolt": "^4.6.0",
    "chokidar": "^5.0.0",
    "commander": "^14.0.0",
    "express": "^5.2.1",
    "grammy": "^1.41.1",
    "open": "^11.0.0",
    "qrcode": "^1.5.4",
    "simple-git": "^3.32.0",
    "sql.js": "^1.14.1",
    "ws": "^8.18.0",
    "zod": "^4.3.6"
  },
  "optionalDependencies": {
    "node-notifier": "^10.0.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/humancontext/humancontext"
  },
  "homepage": "https://humancontext.ai",
  "author": "Nav + Cal"
}
