forked from verynifty/nft20-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json~
38 lines (38 loc) · 866 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"
},
"dependencies": {
"abi-decoder": "^2.3.0",
"axios": "^0.20.0",
"bignumber.js": "^9.0.1",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"cron": "^1.8.2",
"csv-database": "^0.9.2",
"csv-db": "^0.2.2",
"dayjs": "^1.9.1",
"ddos": "^0.2.1",
"debug": "~2.6.9",
"eth-sig-util": "^2.5.3",
"ethereumjs-util": "^7.0.7",
"ethers": "^5.0.14",
"express": "~4.16.1",
"hbs": "^4.1.1",
"http-errors": "~1.6.3",
"jsonfile": "^6.0.1",
"keccak256": "^1.0.0",
"knex": "^0.21.6",
"knex-paginate": "^1.2.3",
"merkletreejs": "^0.2.9",
"morgan": "~1.9.1",
"opensea-js": "^1.1.8",
"pg": "^8.4.1",
"randomcolor": "^0.6.2",
"telegraf": "^3.38.0",
"web3": "^1.3.0"
}
}