-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 1 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
{
"name": "crypto-bot-trader",
"description": "swapping of ERC-20 Tokens (buy/sell) based on the market health with bot strategy (condition) - by utilizing metamask & pupeteer",
"version": "2.4.3",
"main": "./dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/marcelooblan2016/crypto-bot-trader.git"
},
"author": "marx",
"license": "ISC",
"bugs": {
"url": "https://github.com/marcelooblan2016/crypto-bot-trader.git/issues"
},
"homepage": "https://github.com/marcelooblan2016/crypto-bot-trader.git#readme",
"dependencies": {
"@chainsafe/dappeteer": "3.0.0-rc.0",
"api.coinmarketcap": "^1.0.1",
"cryptr": "^6.0.2",
"forever": "^4.0.1",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"nodemailer": "^6.7.2",
"readline-sync": "^1.4.10",
"xvfb": "^0.4.0"
},
"devDependencies": {
"@types/lodash": "^4.14.178",
"ts-node": "^10.4.0",
"typescript": "^4.5.2"
},
"scripts": {
"start": "tsc",
"watch": "tsc -w"
}
}