-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
31 lines (31 loc) · 863 Bytes
/
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
{
"name": "multi-gekko",
"version": "1.0.0",
"author": "Betim S",
"license": "MIT",
"description": "Generate asset/currency config files for gekko trading bot",
"main": "index.js",
"repository": "https://github.com/bettimms/multi-gekko.git",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"generate": "node ./index.js",
"killall": "killall node",
"killall-w": "taskkill /IM node.exe -F",
"remove-node_modules": "rm -rf node_modules || rd /s /q node_modules",
"remove-configs": "rm -rf configs || rd /s /q configs",
"remove-configs-win": "rd /s /q configs"
},
"dependencies": {
"fs-extra": "^5.0.0"
},
"keywords": [
"multi-gekko",
"gekko",
"gekko-multitrader",
"multi--crypto-currency"
],
"devDependencies": {
"jest": "^22.4.3",
"npm-run-all": "^4.1.2"
}
}