-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 809 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 809 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": "pi-usage",
"version": "0.3.0",
"description": "/usage command for pi – shows current provider's daily & weekly limits",
"keywords": [
"pi-package",
"pi",
"extension",
"usage"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/iefnaf/pi-usage.git"
},
"bugs": {
"url": "https://github.com/iefnaf/pi-usage/issues"
},
"homepage": "https://github.com/iefnaf/pi-usage#readme",
"type": "module",
"scripts": {
"test": "bun test"
},
"files": [
"extensions",
"README.md",
"LICENSE"
],
"peerDependencies": {
"@mariozechner/pi-ai": "*",
"@mariozechner/pi-coding-agent": "*",
"@mariozechner/pi-tui": "*"
},
"pi": {
"extensions": [
"./extensions/usage/index.ts"
]
}
}