forked from DAppBoard/dappboard-etl
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
38 lines (38 loc) · 876 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
{
"name": "api",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"api": "node ./api/app.js"
},
"dependencies": {
"abi-decoder": "^2.4.0",
"axios": "^0.20.0",
"bignumber.js": "^9.0.1",
"coingecko-api": "^1.0.10",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"cron": "^1.8.2",
"dayjs": "^1.9.1",
"ddos": "^0.2.1",
"debug": "~2.6.9",
"discord.js": "^12.5.3",
"dotenv": "^8.2.0",
"eth-sig-util": "^1.4.2",
"ethereumjs-util": "^7.1.3",
"ethers": "^5.5.3",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"jsonfile": "^6.0.1",
"keccak256": "^1.0.6",
"knex": "^0.21.6",
"knex-paginate": "^1.2.3",
"line-reader": "^0.4.0",
"morgan": "~1.9.1",
"opensea-js": "^1.2.7",
"pg": "^8.4.1",
"telegraf": "^4.3.0",
"web3": "^1.6.0"
}
}