forked from adyscorpius/logseq-jira
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 977 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 977 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
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "logseq-jira",
"version": "0.1.1",
"description": "Keep Jira issue status synced with Logseq",
"main": "dist/index.html",
"targets": {
"main": false
},
"scripts": {
"build": "parcel build --no-source-maps src/index.html --public-url ./",
"dev": "parcel build --no-optimize src/index.html --public-url ./"
},
"keywords": [
"logseq",
"logseq plugin",
"logseq jira integration",
"jira"
],
"author": "adyscorpius",
"license": "MIT",
"dependencies": {
"@logseq/libs": "^0.0.15"
},
"logseq": {
"id": "logseq-jira",
"title": "Logseq Jira Sync",
"author": "adyscorpius",
"repository": "adyscorpius/logseq-jira",
"icon": "jira.png",
"description": "Beautify and sync your Jira links in Logseq."
},
"devDependencies": {
"@types/jest": "^29.5.5",
"@types/node": "^20.6.1",
"buffer": "^6.0.3",
"parcel": "^2.9.3",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
}