-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.25 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.25 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "icon-agents",
"version": "1.2.0",
"description": "Legendary programming wisdom at your fingertips - 64 expert agents across 8 domains for Claude Code",
"main": "cli.js",
"bin": {
"icon-agents": "cli.js"
},
"scripts": {
"install-local": "./install.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"preferGlobal": false,
"engines": {
"node": ">=14.0.0"
},
"keywords": [
"claude-code",
"ai-agents",
"code-review",
"programming",
"expert-systems",
"healthcare-ai",
"medical-ai",
"digital-health",
"clinical-ai",
"linus-torvalds",
"john-carmack",
"rich-hickey",
"atul-gawande",
"eric-topol",
"legendary-programmers",
"healthcare-experts",
"intelligent-analysis"
],
"author": "Icon Agents",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Commands-com/icon-agents.git"
},
"bugs": {
"url": "https://github.com/Commands-com/icon-agents/issues"
},
"homepage": "https://github.com/Commands-com/icon-agents#readme",
"files": [
"cli.js",
"install.sh",
"uninstall.sh",
"agents/**/*",
"commands/**/*",
"commands.yaml",
"README.md",
"LICENSE"
],
"dependencies": {}
}