-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.09 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
50
51
{
"name": "@specode/pi-subscription-usage",
"version": "0.2.0",
"description": "Show subscription quota and Codex reset credits for Codex, OpenCode Go, Grok, and Kimi in Pi",
"type": "module",
"license": "MIT",
"author": "Specode",
"homepage": "https://github.com/specode/pi-subscription-usage#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/specode/pi-subscription-usage.git"
},
"bugs": {
"url": "https://github.com/specode/pi-subscription-usage/issues"
},
"keywords": [
"pi-package",
"pi-extension",
"subscription",
"usage",
"quota",
"codex",
"opencode",
"grok",
"kimi"
],
"files": [
"index.ts",
"src",
"README.md",
"README.zh-CN.md",
"LICENSE",
"THIRD_PARTY_NOTICES.md"
],
"pi": {
"extensions": [
"./index.ts"
]
},
"scripts": {
"test": "node --test test/*.test.ts",
"pack:check": "npm pack --dry-run",
"prepublishOnly": "npm test"
},
"peerDependencies": {
"@earendil-works/pi-coding-agent": "*"
},
"publishConfig": {
"access": "public"
}
}