-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.06 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
{
"name": "sigma-x",
"version": "1.0.4",
"description": "Помощник ведущего для спортивной \"Своей игры\"",
"main": "index.js",
"scripts": {
"start": "electron .",
"watch": "nodemon --exec electron .",
"build": "electron-builder --win",
"release": "electron-builder -w -p 'onTagOrDraft'",
"win-cert": "electron-builder create-self-signed-cert -p ExConfessor"
},
"repository": "https://github.com/eXConf/sigma-x",
"homepage": "https://github.com/eXConf/sigma-x",
"keywords": [
"sigame",
"helper",
"productivity",
"Своя игра",
"svoya igra"
],
"author": "Sergey Sosedkin",
"license": "ISC",
"devDependencies": {
"electron": "^9.0.0",
"electron-builder": "^22.7.0",
"electron-rebuild": "^1.11.0",
"nodemon": "^2.0.4"
},
"dependencies": {
"chart.js": "^2.9.3",
"electron-log": "^4.2.1",
"electron-updater": "^4.3.1",
"robotjs": "^0.6.0"
},
"build": {
"productName": "SIGMA X",
"copyright": "Copyright © 2020 Sergey Sosedkin"
}
}