mirror of
https://github.com/nauppece/timemeter.git
synced 2026-07-22 08:27:16 +00:00
Ships the i18n session-table headers and the "✍️ Manual" label rename. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01AStSfKo9tmCHCJ3hczKG7e
22 lines
728 B
JSON
22 lines
728 B
JSON
{
|
|
"name": "obsidian-timemeter",
|
|
"version": "0.1.11",
|
|
"description": "Time tracker that auto-tracks the frontmost app and records it to Markdown (Obsidian plugin)",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"test": "vitest run",
|
|
"deploy": "npm run build && ./deploy.sh",
|
|
"prepare": "git config core.hooksPath githooks || true"
|
|
},
|
|
"keywords": ["obsidian", "obsidian-plugin", "time-tracking", "productivity", "macos"],
|
|
"author": "nauppece",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"esbuild": "^0.28.1",
|
|
"obsidian": "^1.13.1",
|
|
"typescript": "^7.0.2",
|
|
"vitest": "^4.1.10"
|
|
}
|
|
}
|