mirror of
https://github.com/louie-vibecoding/time-recorder.git
synced 2026-07-22 08:28:47 +00:00
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UAe1irQiaK4asnA5pQQjuy
23 lines
574 B
JSON
23 lines
574 B
JSON
{
|
|
"name": "time-recorder",
|
|
"private": true,
|
|
"version": "1.0.4",
|
|
"description": "Time Recorder plugin for Obsidian",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc --noEmit && node esbuild.config.mjs production",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"keywords": ["obsidian", "time-tracking"],
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^20.10.0",
|
|
"esbuild": "^0.20.0",
|
|
"obsidian": "^1.5.0",
|
|
"tslib": "^2.6.0",
|
|
"typescript": "^5.3.0",
|
|
"vitest": "^1.3.0"
|
|
}
|
|
}
|