{
  "name": "get-claudia",
  "version": "1.65.0",
  "description": "An AI assistant who learns how you work.",
  "keywords": [
    "claudia",
    "claude",
    "claude-code",
    "ai",
    "assistant",
    "executive-assistant",
    "chief-of-staff",
    "productivity",
    "cli",
    "agentic",
    "adaptive"
  ],
  "author": "Kamil Banc",
  "license": "SEE LICENSE IN LICENSE",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kbanc85/claudia.git"
  },
  "homepage": "https://github.com/kbanc85/claudia",
  "bugs": {
    "url": "https://github.com/kbanc85/claudia/issues"
  },
  "bin": {
    "get-claudia": "./bin/index.js"
  },
  "files": [
    "bin",
    "template-v2",
    "assets",
    "visualizer",
    "memory-daemon/claudia_memory",
    "memory-daemon/pyproject.toml",
    "CHANGELOG.md"
  ],
  "dependencies": {},
  "devDependencies": {},
  "scripts": {
    "generate-manifest": "node scripts/generate-manifest.js",
    "test": "node --test test/",
    "prepublishOnly": "node scripts/generate-manifest.js"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "type": "module"
}
