forked from tarutin/hovrly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.19 KB
/
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
44
45
{
"name": "hovrly",
"productName": "Hovrly",
"version": "2.4.5",
"description": "Best partner for disctributed teams",
"main": "app/index.js",
"scripts": {
"start": "DEV=true electron .",
"build": "electron-builder build --mac --universal --publish never",
"publish": "electron-builder build --mac --universal --publish always",
"sign-dev-electron-app": "codesign --deep --force --verbose --sign - node_modules/electron/dist/Electron.app",
"postinstall": "npm run sign-dev-electron-app"
},
"author": "Treasy, OU",
"private": true,
"homepage": "https://github.com/tarutin/hovrly",
"repository": {
"type": "git",
"url": "https://github.com/tarutin/hovrly.git"
},
"bugs": {
"url": "https://github.com/tarutin/hovrly/issues"
},
"keywords": [
"desktop",
"electron",
"electron-app",
"clock",
"multi clock",
"hovrly"
],
"license": "MIT",
"devDependencies": {
"electron": "13.1.0",
"electron-builder": "^23.6.0"
},
"dependencies": {
"auto-launch": "^5.0.5",
"electron-notarize": "^1.0.0",
"electron-positioner": "^4.1.0",
"electron-settings": "^4.0.2",
"mysql2": "^2.2.5",
"sortablejs": "^1.13.0"
}
}