-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 916 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
{
"name": "logseq-d2",
"version": "1.2.1",
"description": "Logseq d2 plugin",
"main": "dist/index.html",
"author": "b-yp",
"license": "MIT",
"targets": {
"main": false
},
"default": "dist/index.html",
"scripts": {
"dev": "parcel ./index.html --public-url ./",
"build": "parcel build --public-url . --no-source-maps index.html",
"semantic-release": "semantic-release"
},
"devDependencies": {
"@logseq/libs": "^0.0.14",
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.7",
"@semantic-release/npm": "^10.0.4",
"conventional-changelog-conventionalcommits": "^5.0.0",
"parcel": "^2.0.0",
"semantic-release": "^20.1.0"
},
"logseq": {
"id": "b-yp-logseq-d2",
"icon": "./logo.svg"
}
}