-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
45 lines (45 loc) · 1.04 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
37
38
39
40
41
42
43
44
45
{
"name": "bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@uniswap/sdk": "^3.0.3",
"axios": "^0.21.1",
"dataframe-js": "^1.4.4",
"dateformat": "^3.0.3",
"discord-fetch-all": "^3.0.2",
"discord.js": "^12.2.0",
"dotenv": "^8.2.0",
"eth-sig-util": "^2.5.3",
"ethers": "^5.0.17",
"express": "^4.17.1",
"graphql": "^15.4.0",
"graphql-request": "^3.3.0",
"node-fetch": "^2.6.1",
"node-schedule": "^1.3.2",
"puppeteer": "^5.2.1",
"quickchart-js": "^1.2.0",
"redis": "^3.0.2",
"csv-parser": "^3.0.0",
"replace-string": "^3.1.0",
"synthetix": "^2.46.0-ovm",
"synthetix-data": "^2.1.33",
"uuid": "^8.3.2",
"web3": "^1.3.0",
"web3-js": "^1.0.5-beta.26",
"web3-utils": "^1.3.1",
"coingecko-api": "^1.0.10",
"@octokit/core": "^3.5.1"
},
"devDependencies": {
"nodemon": "^2.0.4"
}
}