forked from deso-protocol/desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 688 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 688 Bytes
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
{
"name": "BitClout",
"version": "1.0.3",
"description": "bitclout.com electron app",
"main": "main.js",
"scripts": {
"start": "electron .",
"build": "rm -rf dist && electron-builder build --mac --win --linux"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"electron": "^12.0.4",
"electron-builder": "^22.10.5"
},
"repository": "https://github.com/bitclout/desktop",
"homepage": "https://bitclout.com",
"build": {
"appId": "com.bitclout.electron",
"mac": {
"category": "public.app-category.social-networking",
"target": "dmg"
}
},
"dependencies": {
"update-electron-app": "^2.0.1"
}
}