-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.04 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
{
"name": "temptapes",
"version": "1.0.0",
"author": "MOAD team <[email protected]>",
"contributors": [
"Dmitry Shuharin <[email protected]>",
"Danil Krivorogov <[email protected]>",
"Arseny Khodyrev",
"Albert Fazlyev <[email protected]>"
],
"description": "Приложение для визуализации хронологических лент и событий на них",
"keywords": [
"timeline",
"временные ленты",
"chronology",
"визуализация событий"
],
"license": "UNLICENSED",
"build": {
"appId": "temptapes",
"files": [],
"extraFiles": [
"database/database_module.js",
"storage/**/*",
"node_modules/**/*"
],
"win": {},
"linux": {}
},
"scripts": {
"start": "electron .",
"pack": "electron-builder --dir",
"dist": "electron-builder"
},
"main": "src/js/index.js",
"dependencies": {
"sqlite3": "^5.0.6"
},
"devDependencies": {
"electron": "^19.0.3",
"electron-builder": "^23.0.3"
}
}