-
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) · 925 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 925 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": "hypermenu",
"description": "A menu for managing hyper and user settings.",
"main": "dist/main.js",
"renderer": "dist/render.js",
"version": "1.1",
"author": "Nodge",
"image": "https://i.imgur.com/5KXSq9h.png",
"hypersettings": {
"name": "Hyper menu",
"description": "change the menu look and behaviour",
"icon": "AlignJustify",
"fields": {
"imageurl": {
"name": "Image url",
"description": "Paste any image url to replace hyper logo on the menu.",
"type": "text",
"value": ""
},
"xpos": {
"name": "X Position",
"description": "The distance from the left (X axis) where the floating menu will open",
"type": "number",
"value": 0
}
}
},
"devDependencies": {
"@types/node": "^16.11.11",
"@types/react": "^17.0.37",
"typescript": "^4.5.2"
}
}