forked from QWxleA/logseq-interstitial-heading-plugin
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 721 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 721 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-interstitial-heading-plugin",
"version": "0.2.0",
"author": "@Mikilio",
"license": "MIT",
"description": "Interstitial Journaling plugin. Insert a (bold) timestamps, random notes, or notes to self.",
"main": "dist/index.html",
"targets": {
"main": false
},
"scripts": {
"dev": "parcel ./index.html",
"build": "parcel build --public-url ./ --no-source-maps index.html"
},
"logseq": {
"main": "dist/index.html",
"icon": "img/icon.png",
"title": "Logseq Interstitial Journal",
"id": "logseq-interstitial-heading-plugin"
},
"dependencies": {
"dayjs": "^1.11.10"
},
"devDependencies": {
"@logseq/libs": "^0.0.17",
"parcel": "2.9.3"
}
}