-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 725 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 725 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
{
"name": "logseq-time-tracker-plugin",
"version": "2.1.0",
"description": "Track time spent on tasks",
"main": "dist/index.html",
"targets": {
"main": false
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "parcel build --no-source-maps src/index.html --public-url ./"
},
"keywords": [],
"author": "vyleung",
"license": "MIT",
"dependencies": {
"@logseq/libs": "^0.0.1-alpha.35",
"date-fns": "^2.28.0",
"driftless": "^2.0.3",
"text-field-edit": "^3.1.9001"
},
"logseq": {
"id": "logseq-time-tracker-plugin",
"title": "logseq-time-tracker-plugin",
"icon": "./icon.png"
},
"devDependencies": {
"parcel": "^2.4.1"
}
}