-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1023 Bytes
/
package.json
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
37
38
39
40
41
42
43
{
"name": "com.froxot.easycandybar",
"version": "0.0.1",
"description": "GUI for Candybar",
"main": "back-end/main.js",
"scripts": {
"start": "electron ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/MiepHD/easycandybar.git"
},
"keywords": [
"electron",
"nodejs",
"desktop-application",
"candybar",
"gui",
"easycandybar"
],
"author": "MiepHD",
"license": "ISC",
"bugs": {
"url": "https://github.com/MiepHD/easycandybar/issues"
},
"homepage": "https://github.com/MiepHD/easycandybar#readme",
"dependencies": {
"fs-extra": "^11.1.1",
"node-stream-zip": "^1.15.0",
"xml2js": "^0.5.0"
},
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"@types/jquery": "^3.5.16",
"@types/node": "^18.15.11",
"@types/xml2js": "^0.4.11",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"electron": "^24.0.0",
"eslint": "^8.40.0",
"typescript": "^5.0.4"
}
}