-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.08 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
{
"name": "dsh-plugin-usage-report",
"private": true,
"version": "0.2.0",
"type": "module",
"description": "DeepSeek Harness(DSH)用量报表插件:按日/月汇聚 token 与估算费用(USD)、月度报表、预算告警、Claude Code/Codex 式每日贡献格子与趣味统计",
"license": "MIT",
"author": "csiroqa <justinwangyj@163.com>",
"homepage": "https://github.com/csiroqa/dsh-plugin-usage-report",
"repository": {
"type": "git",
"url": "git+https://github.com/csiroqa/dsh-plugin-usage-report.git"
},
"bugs": {
"url": "https://github.com/csiroqa/dsh-plugin-usage-report/issues"
},
"keywords": [
"dsh",
"dsh-plugin",
"deepseek-harness",
"cordis",
"usage-report",
"budget"
],
"engines": {
"node": ">=22"
},
"devEngines": {
"runtime": "node@22"
},
"packageManager": "pnpm@11.7.0",
"scripts": {
"build": "pnpm --filter @dsh-plugin/usage-report run build",
"watch": "pnpm --filter @dsh-plugin/usage-report run watch",
"typecheck": "pnpm --filter @dsh-plugin/usage-report run typecheck"
}
}