-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.05 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.05 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
{
"name": "python-expert-agent",
"version": "0.0.4",
"description": "Python Expert Agent pack for OpenCode - 10 skills, 4 subagents, production-ready FastAPI patterns",
"type": "module",
"bin": {
"python-expert-agent": "bin/python-expert-agent.js"
},
"files": [
"bin",
"src",
".opencode/agent",
".opencode/subagents",
".opencode/skills",
".opencode/context",
".opencode/config",
".opencode/docs",
".opencode/config.json",
".opencode/opencode.json",
"AGENTS.md"
],
"keywords": [
"opencode",
"python",
"agent",
"fastapi",
"pydantic",
"sqlalchemy",
"pytest",
"ai",
"llm",
"asyncio",
"backend",
"api"
],
"author": "amrahman90",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/amrahman90/python-expert-agent.git"
},
"bugs": {
"url": "https://github.com/amrahman90/python-expert-agent/issues"
},
"homepage": "https://github.com/amrahman90/python-expert-agent#readme",
"engines": {
"node": ">=18.0.0"
}
}