-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 923 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 923 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
{
"name": "hyperclock",
"description": "Displays Clock & Date.",
"main": "dist/main.js",
"renderer": "dist/render.js",
"version": "0.1",
"author": "Nodge",
"image": "https://i.imgur.com/68oWXYB.png",
"hypersettings": {
"name": "Hyper Clock",
"description": "Control clock display and format settings.",
"icon": "Clock",
"fields": {
"text": {
"name": "Time format",
"description": "Format used in the entire clock.",
"type": "text",
"value": "ddd, MMM D hh:mm A"
},
"showcallendar": {
"name": "Show callendar",
"description": "If enabled, clicking on the clock will display a full callendar window.",
"type": "checkbox",
"value": true
}
}
},
"devDependencies": {
"@types/node": "^16.11.12",
"@types/react": "^17.0.37",
"typescript": "^4.5.2"
}
}