-
Notifications
You must be signed in to change notification settings - Fork 120
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 738 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 738 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
{
"name": "mitsupi",
"version": "1.5.0",
"description": "Armin's pi coding agent commands, skills, extensions, and themes",
"repository": {
"type": "git",
"url": "https://github.com/mitsuhiko/agent-stuff.git"
},
"readme": "README.md",
"type": "module",
"keywords": [
"pi-package",
"pi-extension",
"pi-skill",
"pi-theme"
],
"pi": {
"extensions": [
"./pi-extensions"
],
"skills": [
"./skills"
],
"themes": [
"./pi-themes"
],
"prompts": [
"./commands"
]
},
"dependencies": {
"diff": "^8.0.2"
},
"peerDependencies": {
"@mariozechner/pi-coding-agent": "*",
"@mariozechner/pi-ai": "*",
"@mariozechner/pi-tui": "*"
}
}