-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 866 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": "blueberry",
"version": "1.0.0",
"description": "A simple lan file transfer application.",
"main": "main.js",
"scripts": {
"start": "electron .",
"pack": "electron-builder --dir",
"dist": "electron-builder"
},
"repository": {
"type": "git",
"url": "git+https://github.com/P3ntest/blueberry.git"
},
"author": "P3ntest",
"license": "MIT",
"bugs": {
"url": "https://github.com/P3ntest/file-transfer/issues"
},
"homepage": "https://github.com/P3ntest/file-transfer#readme",
"devDependencies": {
"electron-builder": "^22.6.0",
"electron": "^8.5.1"
},
"dependencies": {
"body-parser": "^1.19.0",
"ejs": "^3.1.2",
"file-dialog": "0.0.8",
"ip": "^1.1.5",
"express": "^4.17.1"
},
"build": {
"appId": "me.P3ntest",
"mac": {
"category": "file-transfer"
}
}
}