nauppece_timemeter/package.json
nauppece eff87d4d98 chore: bump version to 0.1.11
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
2026-07-22 00:11:58 +09:00

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"
}
}