-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 775 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 775 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
28
29
30
31
32
33
34
{
"name": "logseq-plugin-task-unschedule",
"version": "1.0.3",
"description": "Automatically removes SCHEDULED property when to-do items are marked as complete",
"main": "dist/index.html",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run"
},
"logseq": {
"id": "logseq-plugin-task-unschedule",
"title": "Task Unschedule",
"icon": "icon.png",
"main": "dist/index.html"
},
"keywords": [
"logseq",
"plugin",
"todo",
"schedule",
"task-management"
],
"author": "Tim Waugh",
"license": "MIT",
"devDependencies": {
"@logseq/libs": "^0.2.1",
"@types/node": "^20.10.0",
"typescript": "^5.0.0",
"vite": "^7.0.3",
"vitest": "^4.0.18"
}
}