-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 957 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 957 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
40
{
"name": "@getpipher/omp-statusline",
"version": "0.6.1",
"description": "Four-line omp statusline widget: zai coding-plan quota (provider-gated), prayer times, hijri clock, and API-spend ledger (REPO/DAY/7DAY/30DAY, subagent-inclusive).",
"keywords": [
"pi-package",
"pi-extension",
"omp",
"statusline"
],
"license": "MIT",
"author": "RECTOR <rector@rectorspace.com>",
"homepage": "https://github.com/getpipher/omp-statusline",
"type": "module",
"engines": {
"node": ">=20"
},
"pi": {
"extensions": [
"./src/index.ts"
]
},
"files": [
"src",
"assets",
"NOTICE",
"README.md",
"LICENSE"
],
"scripts": {
"test": "node --test test/*.test.ts",
"test:run": "node --test --test-reporter=spec test/*.test.ts",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@types/node": "^24.13.3",
"typescript": "^5.9.3"
},
"packageManager": "pnpm@10.33.2"
}