-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.13 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
45
46
47
48
49
50
51
52
53
{
"name": "WILC-dApp",
"productName": "WILC dApp",
"version": "0.2.2",
"description": "WILC Decentralized App",
"main": "main.js",
"scripts": {
"start": "electron .",
"pack": "electron-builder --dir",
"dist": "electron-builder"
},
"build": {
"target": "nsis",
"asar": false,
"appId": "com.wilcdapp",
"mac": {
"category": "your.app.category.type"
},
"linux": {
"target": [
"deb"
]
},
"win": {},
"nsis": {
"license": "LICENSE",
"perMachine": false,
"oneClick": false,
"allowToChangeInstallationDirectory": true
}
},
"author": "PlusBit <[email protected]>",
"repository": "https://github.com/electron/electron-quick-start",
"keywords": [
"wilc",
"WILC-dApp"
],
"license": "MIT",
"devDependencies": {
"electron": "^6.1.12",
"electron-builder": "^22.9.1"
},
"dependencies": {
"ajv": "^5.0.0",
"bootstrap-alerts": "^1.2.2",
"bootstrap-table": "^1.18.1",
"clipboardy": "^2.3.0",
"ethers": "^5.0.23",
"font-awesome-animation": "^0.2.1",
"moment": "^2.29.1",
"numeral": "^2.0.6"
}
}