-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 756 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 756 Bytes
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
{
"name": "wakatime-kvh",
"version": "1.1.0",
"description": "Connect Obsidian to Wakatime or Wakapi to track the time spent while browsing or writing notes.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json"
},
"keywords": [
"obsidian",
"wakatime",
"wakapi"
],
"author": "Kevin Woblick <contact@kovah.de>",
"license": "MIT",
"devDependencies": {
"@types/node": "^24.13.3",
"@typescript-eslint/eslint-plugin": "^8.67.0",
"@typescript-eslint/parser": "^8.26.0",
"esbuild": "^0.28.2",
"obsidian": "latest",
"tslib": "^2.8.1",
"typescript": "^5.9.3"
}
}