-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 983 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"private": true,
"name": "logseq-plugin-add-para-properties",
"version": "0.0.1",
"description": "Easily add PARA into your Logseq workflow.",
"author": "George Guimarães",
"license": "MIT",
"logseq": {
"id": "logseq-plugin-add-para-properties",
"title": "Add PARA Properties",
"icon": "./icon.png",
"main": "./dist/index.html",
"repository": "https://github.com/georgeguimaraes/logseq-plugin-add-PARA-properties"
},
"scripts": {
"dev": "npx vite",
"build": "npx tsc && npx vite build",
"preview": "npx vite preview"
},
"release": {
"branches": [
"main"
],
"plugins": [
[
"@semantic-release/github",
{
"assets": [
"logseq-plugin-add-para-properties.zip"
]
}
]
]
},
"devDependencies": {
"vite-plugin-logseq": "^1.1.2",
"@logseq/libs": "^0.0.17",
"typescript": "^5.5.4"
},
"dependencies": {
"vite": "^5.4.0"
}
}