-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 772 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 772 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
{
"name": "logseq-plugin-page-icon",
"version": "1.0.0",
"main": "dist/index.html",
"keywords": [],
"license": "MIT",
"logseq": {
"id": "logseq-plugin-page-icon",
"title": "Page Icon",
"icon": "./icon.png"
},
"targets": {
"main": false
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "rm -rf ./dist/*.* && parcel build index.html --public-url ./",
"watch": "rm -rf ./dist/*.* && parcel watch index.html --public-url ./",
"build": "parcel build --no-source-maps index.html --public-url ./"
},
"dependencies": {
"@logseq/libs": "latest"
},
"devDependencies": {
"parcel": "latest"
},
"effect": true
}