-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 749 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 749 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
{
"name": "logseq-checklist",
"version": "1.0.0",
"description": "Automatically adds progress indicators to checklist blocks",
"main": "dist/index.js",
"scripts": {
"build": "vite build",
"dev": "vite build --watch"
},
"keywords": ["logseq", "plugin", "checklist", "progress"],
"author": "P. Kerim Friedman",
"license": "MIT",
"dependencies": {
"@logseq/libs": "^0.2.8"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.3.0",
"vite": "^7.2.2",
"vite-plugin-logseq": "^1.1.2"
},
"logseq": {
"id": "logseq-checklist",
"title": "Checklist Progress Indicator",
"description": "Auto-update progress indicators on checklist blocks",
"main": "dist/index.html"
}
}