-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 815 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 815 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
34
35
36
{
"name": "QueueB",
"version": "1.0.0",
"description": "QueueB V1.0.0",
"main": "main.js",
"scripts": {
"start": "electron .",
"pack": "electron-builder --dir",
"dist": "electron-builder"
},
"build": {
"appId": "com.gritfy.QueueB",
"mac": {
"category": "QueueB cloud productivity app"
}
},
"keywords": [
"Queuebro"
],
"author": "GitHub",
"license": "Apache-2.0",
"devDependencies": {
"electron": "^15.0.0",
"electron-builder": "^22.14.5"
},
"dependencies": {
"@aws-sdk/client-ec2": "^3.36.0",
"@aws-sdk/client-sqs": "3.34.0",
"@aws-sdk/node-http-handler": "^3.32.0",
"@fortawesome/fontawesome-free": "^6.5.2",
"bootstrap": "^4.6.0",
"font-awesome": "^4.7.0",
"highlight.js": "^11.2.0",
"jquery": "^3.6.0"
}
}