forked from Superalgos/Superalgos
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.19 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.19 KB
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": "superalgos",
"version": "1.0.1",
"description": "Superalgos is a free, open-source crypto trading bot",
"license": "Apache License 2.0",
"homepage": "https://www.superalgos.org/",
"author": {
"name": "Luis-Fernando-Molina"
},
"scripts": {
"start": "node platform minMemo noBrowser",
"presetup": "git checkout develop && git pull upstream develop",
"setup": "node setup noShortcuts",
"postsetup": "npm start",
"dist": "electron-builder -c build/electron-builder.json",
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"@octokit/rest": "^18.11.4",
"ccxt": "^1.57.36",
"child_process": "^1.0.2",
"electron-updater": "^4.3.9",
"ethereumjs-common": "^1.5.2",
"ethereumjs-tx": "^2.1.2",
"ethers": "^5.4.7",
"http": "0.0.1-security",
"https": "^1.0.0",
"ip": "^1.1.5",
"lookpath": "^1.2.2",
"node-fetch": "^2.6.5",
"open": "^8.2.1",
"path": "^0.12.7",
"simple-git": "^2.46.0",
"telegraf": "^4.4.2",
"twitter": "^1.7.1",
"util": "^0.12.4",
"web3": "^1.6.0",
"ws": "^8.2.3"
},
"devDependencies": {
"electron": "^15.1.0",
"electron-builder": "^22.11.7"
}
}