-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 956 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 956 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "claude-code-agents",
"version": "3.1.0",
"description": "Claude Code plugin: 24 parallel audit agents + 6 workflow skills - complete E2E development workflow",
"keywords": [
"claude",
"claude-code",
"anthropic",
"ai-agents",
"code-audit",
"security-audit",
"subagents",
"parallel-execution",
"browser-qa",
"deployment",
"testing",
"workflows"
],
"author": "UndeadList <hello@undeadlist.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/undeadlist/claude-code-agents.git"
},
"homepage": "https://github.com/undeadlist/claude-code-agents#readme",
"bugs": {
"url": "https://github.com/undeadlist/claude-code-agents/issues"
},
"bin": {
"claude-code-agents": "./bin/install.js"
},
"files": [
"bin/",
"agents/",
"skills/",
"workflows/",
".claude-plugin/"
],
"engines": {
"node": ">=14"
}
}