-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 769 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 769 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
{
"name": "logseq-linkwarden",
"version": "1.2.0",
"description": "Import links from your Linkwarden collection into Logseq as PDF. Keep track of your reading status and annotate important information.",
"logseq": {
"id": "logseq-linkwarden",
"name": "Logseq Linkwarden",
"icon": "icon.svg",
"main": "dist/index.html"
},
"scripts": {
"build": "parcel build --public-url . --no-source-maps index.html"
},
"devDependencies": {
"@logseq/libs": "^0.2.12",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/exec": "^7.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^12.0.1",
"parcel": "^2.16.4",
"semantic-release": "^24.2.3"
},
"dependencies": {
"axios": "^1.7.9"
}
}