{ "name": "dsh-activity-tracker", "version": "1.7.0", "description": "DSH 活动统计:彩色时间线看什么时候在干活/改代码,每日 token 消耗按项目/日期/小时查看。", "private": true, "type": "module", "main": "lib/index.js", "exports": { ".": "./lib/index.js", "./client": "./lib/client.js", "./package.json": "./package.json" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "inject": [ "@deepseek-ai/dsh-client-runtime" ] } }, "files": [ "lib", "cordis.patch.yml", "README.md" ], "scripts": { "test": "node --test test/*.test.js" }, "license": "LGPL-2.1-only" }