forked from Linch1/WeChartWeb3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 863 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
{
"name": "pancakeswap-token-charting",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"server": "node ./server/app.js",
"test": "echo \"Error: no test specified\" && exit 1",
"update-pairs": "node ./workers/pairs-update.js",
"listen-pairs": "node ./workers/pairs-listen.js",
"scraper": "node ./workers/scraper-price.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"abi-decoder": "^2.4.0",
"axios": "^0.26.0",
"bignumber.js": "^9.0.2",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"ethers": "^5.5.4",
"express": "^4.17.2",
"fs": "*",
"helmet": "^4.6.0",
"mongoose": "^6.1.3",
"morgan": "^1.10.0",
"passport": "^0.5.2",
"path": "^0.12.7",
"web3": "^1.6.0",
"ws": "^8.5.0"
}
}