forked from linimin/pi-headroom
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 760 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 760 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": "@linimin/pi-headroom",
"version": "0.1.0",
"description": "Pi package that routes selected providers through local Headroom proxies with auto-start and status UI.",
"type": "module",
"license": "MIT",
"author": "linimin",
"publishConfig": {
"access": "public"
},
"files": [
"index.ts",
"provider-registry.ts",
"README.md",
"LICENSE",
"headroom-provider-supervisor.ts",
"headroom-provider-supervisor.README.md",
"package.json"
],
"keywords": [
"pi-package",
"pi-extension",
"headroom",
"pi",
"llm-proxy"
],
"peerDependencies": {
"@earendil-works/pi-ai": "*",
"@earendil-works/pi-coding-agent": "*"
},
"pi": {
"extensions": [
"./index.ts"
]
}
}