forked from ChrisEric1/ChrisEric1.GitHub.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 732 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 732 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
30
31
32
33
34
35
36
37
{
"name": "discord-bot-client",
"version": "0.0.0",
"description": "Discord Bot Client - login into discord with a bot token",
"main": "electron.DBC.js",
"scripts": {
"lcpatch": "node LCP.DBC.js",
"electron": "electron electron.DBC.js",
"build": "electron-builder -w"
},
"productName": "Discord Bot Client",
"appId": "com.electron.discord-bot-client",
"build": {
"win": {
"target": [
{
"target": "portable",
"arch": [
"ia32"
]
}
]
}
},
"devDependencies": {
"electron": "9.4.4",
"electron-builder": "22.14.13"
},
"dependencies": {
"btoa": "1.2.1",
"express": "4.18.2",
"fs": "0.0.1-security",
"node-fetch": "2.6.8",
"path": "0.12.7",
"request": "2.88.2"
}
}