forked from b0bdN/prayer-times-menubar-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 786 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
{
"name": "prayer-times-menubar-app",
"version": "0.1.0",
"description": "A menubar application for displaying the prayer times from your city.",
"main": "main.js",
"scripts": {
"start": "electron .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "b0bdN",
"license": "MIT",
"devDependencies": {
"electron": "^16.0.9",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"i18next-parser": "^5.4.0",
"standard": "^16.0.4"
},
"dependencies": {
"electron-store": "^8.0.1",
"i18next": "^21.6.12",
"i18next-fs-backend": "^1.1.4",
"menubar": "^9.1.1",
"node-fetch": "^2.6.7"
}
}