forked from symdesign/mintos-trading-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 698 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 698 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
{
"name": "mintos-discount-strategy",
"version": "1.0.0",
"description": "A bot that buys discounted loans and immediately offers them for sale again.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mintos",
"p2p",
"trade",
"strategy"
],
"author": "Friedrich Schultheiss",
"license": "ISC",
"dependencies": {
"csv-reader": "^1.0.3",
"csv-writer": "^1.5.0",
"fs": "0.0.1-security",
"minimist": "^1.2.0",
"puppeteer": "^1.18.0",
"round-to": "^4.0.0"
},
"devDependencies": {
"axios": "^0.19.0",
"puppeteer-extra-plugin-recaptcha": "^3.0.4",
"qs": "^6.8.0"
}
}