{
  "name": "@gonzui/claude-task-manager",
  "version": "1.7.0",
  "description": "Task management extension for Claude Code with archiving and history",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "claude-task": "./dist/bin/claude-task.js",
    "claude-task-mcp": "./dist/bin/claude-task-mcp.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "ts-node src/bin/claude-task.ts",
    "test": "jest",
    "test:ci": "npm run build && jest",
    "generate:plugin": "ts-node scripts/generate-plugin.ts",
    "prepublishOnly": "npm run build",
    "watch": "tsc --watch"
  },
  "keywords": [
    "claude",
    "claude-code",
    "task-management",
    "ai",
    "productivity",
    "typescript"
  ],
  "author": "gonzui",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/devgonzui-ai/claude-task-manager.git"
  },
  "homepage": "https://github.com/devgonzui-ai/claude-task-manager#readme",
  "bugs": {
    "url": "https://github.com/devgonzui-ai/claude-task-manager/issues"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "chalk": "^4.1.2",
    "commander": "^11.0.0",
    "date-fns": "^2.30.0",
    "fs-extra": "^11.1.1",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@types/fs-extra": "^11.0.0",
    "@types/jest": "^29.0.0",
    "@types/node": "^20.0.0",
    "jest": "^29.0.0",
    "ts-jest": "^29.0.0",
    "ts-node": "^10.9.0",
    "typescript": "^5.0.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist/",
    "src/locales/",
    "README.md",
    "README.ja.md",
    "LICENSE"
  ]
}
