{
  "name": "howl-pa",
  "version": "1.1.1",
  "description": "Howl PA — personal Mission Control. Telegram-first assistant that maintains an Obsidian vault, ingests Gmail/Calendar/Google Tasks, and spawns Codex or Claude subagents.",
  "type": "module",
  "license": "MIT",
  "author": {
    "name": "Sannidhya Sandheer",
    "email": "phd23sannidhyas@iima.ac.in"
  },
  "homepage": "https://github.com/sannidhyas/howl-pa",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sannidhyas/howl-pa.git"
  },
  "bugs": {
    "url": "https://github.com/sannidhyas/howl-pa/issues"
  },
  "keywords": [
    "telegram",
    "obsidian",
    "mission-control",
    "personal-assistant",
    "claude",
    "codex",
    "ollama",
    "gmail",
    "google-calendar",
    "google-tasks"
  ],
  "engines": {
    "node": ">=22"
  },
  "bin": {
    "howl-pa": "bin/howl-pa.mjs"
  },
  "files": [
    "bin/",
    "dist/",
    "scripts/",
    "src/",
    "tsconfig.json",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "start": "node --enable-source-maps dist/src/index.js",
    "build": "tsc -p .",
    "dev": "tsx watch src/index.ts",
    "setup": "node dist/scripts/setup.js",
    "howl": "node dist/scripts/howl.js",
    "council": "node dist/scripts/ollama-council.js",
    "setup:google": "node dist/scripts/setup-google.js",
    "health": "node dist/scripts/health.js",
    "typecheck": "tsc -p . --noEmit",
    "prepublishOnly": "npm run typecheck && npm run build"
  },
  "dependencies": {
    "@anthropic-ai/claude-agent-sdk": "^0.2.34",
    "@hapi/boom": "^10.0.1",
    "@hono/node-server": "^1.13.7",
    "chalk": "^5.6.2",
    "chalk-animation": "^2.0.3",
    "cron-parser": "^4.9.0",
    "googleapis": "^171.4.0",
    "grammy": "^1.30.0",
    "hono": "^4.6.9",
    "js-yaml": "^4.1.0",
    "mammoth": "^1.12.0",
    "ora": "^9.3.0",
    "pino": "^9.5.0",
    "pino-pretty": "^11.3.0",
    "simple-git": "^3.27.0",
    "zod": "^4.0.0"
  },
  "devDependencies": {
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^22.9.0",
    "tsx": "^4.19.2",
    "typescript": "^5.6.3"
  },
  "publishConfig": {
    "access": "public"
  }
}
