-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.11 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
44
{
"name": "eshare",
"version": "1.2.1",
"description": "eshare is an app that allows you to capture screenshots",
"main": "main.js",
"build": {
"appId": "com.eshare.main",
"productName": "eshare",
"copyright": "Copyright © year eshare",
"extraResources": [
"img/tray.png"
],
"mac": {
"category": "public.app-category.developer-tools",
"type": "distribution"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-win": "electron-builder --win",
"build-osx": "electron-builder --mac",
"start": "electron ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/benjamint08/eshare.git"
},
"author": "benjamint08",
"license": "ISC",
"bugs": {
"url": "https://github.com/benjamint08/eshare/issues"
},
"homepage": "https://github.com/benjamint08/eshare#readme",
"dependencies": {
"copy-paste": "^1.3.0",
"discord-rpc": "^4.0.1",
"form-data": "^4.0.0",
"screenshot-desktop": "^1.12.7"
},
"devDependencies": {
"electron": "^17.0.1",
"electron-builder": "^22.14.13"
}
}