-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 831 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
{
"name": "electron-for-dev-scan-db",
"version": "1.0.0",
"description": "empty electron to call for scan-db",
"main": "main.js",
"scripts": {
"postinstall": "install-app-deps",
"start": "electron .",
"pack": "build --dir",
"dist": "electron-builder -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gregorysemah/electron-for-dev-scan-db.git"
},
"author": "Grégory Sémah",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/gregorysemah/electron-for-dev-scan-db/issues"
},
"homepage": "https://github.com/gregorysemah/electron-for-dev-scan-db#readme",
"devDependencies": {
"electron": "^9.4.0",
"electron-builder": "^22.10.5"
},
"dependencies": {
"express": "^4.17.1",
"express-http-proxy": "^1.6.0",
"mqtt": "^3.0.0"
}
}