feat: add claude code plugin support (#1293)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
26
packages/claude-code-plugin/package.json
Normal file
26
packages/claude-code-plugin/package.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "@tm/claude-code-plugin",
|
||||
"version": "0.0.1",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user