-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
1 lines (1 loc) · 746 Bytes
/
Copy pathpackage.json
File metadata and controls
1 lines (1 loc) · 746 Bytes
1
{"name":"obsidian-reminder-telegram","version":"1.0.6","description":"Sends Telegram notifications when your Obsidian tasks reach their deadline. Features customizable message templates and Markdown formatting.","main":"main.js","type":"module","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","lint":"eslint ."},"keywords":[],"license":"0-BSD","devDependencies":{"@types/node":"^25.7.0","esbuild":"0.28.0","eslint-plugin-obsidianmd":"0.1.9","globals":"17.6.0","tslib":"2.8.1","typescript":"^5.8.3","typescript-eslint":"8.61.1","@eslint/js":"9.30.1","jiti":"2.7.0"},"dependencies":{"obsidian":"latest"}}