-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 987 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
{
"name": "ddb-desktop",
"version": "1.0.6",
"description": "Effortless aerial data management and sharing",
"main": "main.js",
"scripts": {
"start": "electron .",
"pack": "electron-builder --dir",
"dist": "electron-builder"
},
"build": {
"appId": "app.dronedb.ddbdesktop",
"asar": false,
"directories":{
"buildResources": "assets"
},
"files": ["**/*", "build/**", "!innosetup.iss", "!.cache/**", "!build.bat", "!signtool.reg", "!node_modules/ddb"]
},
"repository": "https://github.com/DroneDB/Desktop",
"keywords": [],
"author": "DroneDB Authors",
"license": "GPL-3.0",
"devDependencies": {
"electron-builder": "^22.11.7",
"electron": "^8.1.1"
},
"dependencies": {
"clipboard-copy": "^3.1.0",
"commonui": "file:./vendor/commonUI",
"copy-webpack-plugin": "^6.4.0",
"ddb": "file:./vendor/ddb"
},
"cmake-js": {
"runtime": "electron",
"runtimeVersion": "8.1.1",
"arch": "x64"
}
}