generated from sawhney17/logseq-plugin-starter-template
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
27 lines (27 loc) · 968 Bytes
/
package.json
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
{
"name": "logseq-interstitial-heading-plugin",
"version": "0.1.5",
"author": "Alex Qwxlea",
"description": "Interstitial Journaling plugin. Insert a (bold) timestamps, random notes, or notes to self.",
"main": "dist/index.html",
"targets": {
"main": false
},
"scripts": {
"build": "parcel build --public-url ./ --no-source-maps index.html",
"preview": "gh-social-preview.py -t \"Logseq Interstial Journaling Plugin\" -e \"Solves procrastination, helps with decision making and makes you totally productive\" -i \"background.png\" -f \"BebasNeue-Regular.ttf\" -b \"Montserrat-VariableFont_wght.ttf\" -l icon2.png -v \"$npm_package_version\""
},
"logseq": {
"icon": "icon.png",
"title": "Logseq Interstitial Journal",
"id": "logseq-interstitial-heading-plugin"
},
"dependencies": {
"@logseq/libs": "^0.0.1-alpha.35"
},
"devDependencies": {
"parcel": "^2.0.0",
"axios": "^0.26.1"
},
"license": "MIT"
}