mirror of
https://github.com/selectstarfromusers/obsidian-task-manager.git
synced 2026-07-22 06:05:56 +00:00
Avoids name collision with existing "Tasks" and "Task Board" plugins in the Obsidian community registry. Co-authored-by: Isaac
15 lines
321 B
JSON
15 lines
321 B
JSON
{
|
|
"name": "obsidian-task-manager",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "node esbuild.config.mjs",
|
|
"dev": "node esbuild.config.mjs --watch"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.0.0",
|
|
"esbuild": "^0.20.0",
|
|
"obsidian": "^1.7.2",
|
|
"typescript": "^5.4.0"
|
|
}
|
|
}
|