-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 747 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 747 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
{
"name": "opencode-team-lead",
"version": "0.9.0",
"description": "Team-lead orchestrator agent for opencode — delegates work, reviews quality, manages context",
"type": "module",
"main": "index.js",
"engines": {
"node": ">=16.0.0"
},
"files": [
"index.js",
"agents/",
"tools/",
"skills/",
"README.md"
],
"dependencies": {
"@opencode-ai/plugin": "^1.3.17"
},
"scripts": {
"lint": "npx eslint index.js",
"test": "node --test tests/*.test.js"
},
"keywords": [
"opencode",
"opencode-plugin",
"agent",
"team-lead"
],
"author": "azrod",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/azrod/opencode-team-lead.git"
}
}