Files
claude-task-master/packages/claude-code-plugin/package.json
Ben Coombs 3283506444 fix: enhance findProjectRoot to traverse parent directories (#1302)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com>
2025-10-14 18:32:10 +02:00

27 lines
641 B
JSON

{
"name": "@tm/claude-code-plugin",
"version": "0.0.2",
"description": "Task Master AI plugin for Claude Code - AI-powered task management with commands, agents, and MCP integration",
"type": "module",
"private": true,
"keywords": [
"claude-code",
"plugin",
"task-management",
"ai",
"mcp",
"workflow",
"productivity"
],
"author": {
"name": "Eyal Toledano",
"url": "https://github.com/eyaltoledano/claude-task-master"
},
"license": "MIT WITH Commons-Clause",
"repository": {
"type": "git",
"url": "git+https://github.com/eyaltoledano/claude-task-master.git",
"directory": "packages/claude-code-plugin"
}
}