-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
43 lines (43 loc) · 1019 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
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "@saturnnetwork/pricewatch-bot",
"version": "0.1.1",
"description": "Watch a price of a given token on Saturn Network and auto buy/sell",
"homepage": "https://forum.saturn.network/t/saturn-trading-bot-guides/4046",
"bugs": "https://forum.saturn.network/t/saturn-trading-bot-guides/4046",
"main": "pricewatch-bot.js",
"bin": "./pricewatch-bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"blockchain",
"eth",
"etc",
"ethereum",
"token",
"erc20",
"erc223",
"saturn",
"dex",
"decentralized",
"trading",
"bot",
"price"
],
"author": "Saturn Network",
"license": "MIT",
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"@saturnnetwork/saturn.js": "^0.1.5",
"axios": "^0.19.0",
"bignumber.js": "^8.1.1",
"chalk": "^2.4.1",
"commander": "^2.19.0",
"easy-table": "^1.1.1",
"ethers": "^4.0.27",
"lodash": "^4.17.15",
"moment": "^2.24.0"
}
}