-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 786 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 786 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
{
"name": "agent-config",
"version": "0.4.8",
"description": "Agent infrastructure toolkit — extensions, skills, and configurations. Reference consumer of pi-shell-acp.",
"repository": {
"type": "git",
"url": "https://github.com/junghan0611/agent-config.git"
},
"author": "junghan0611",
"license": "MIT",
"type": "module",
"packageManager": "pnpm@10.33.0",
"keywords": [
"pi-package",
"pi-extension",
"pi-skill"
],
"pi": {
"extensions": [
"./pi-extensions"
],
"skills": [
"./skills"
],
"themes": [
"./pi-themes"
],
"prompts": [
"./commands"
]
},
"peerDependencies": {
"@mariozechner/pi-coding-agent": "*",
"@mariozechner/pi-ai": "*",
"@mariozechner/pi-tui": "*"
}
}