-
-
Notifications
You must be signed in to change notification settings - Fork 55
/
Copy pathpackage.json
70 lines (70 loc) · 1.55 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "DexPairs",
"version": "0.2.0",
"url": "https://dexpairs.xyz/",
"description": "Multi-Chain && Multi-Protocol wallet tracker",
"main": "index.js",
"type": "module",
"scripts": {
"start": "pm2 startOrReload ecosystem.config.cjs --env production",
"dev": "pm2 startOrRestart ecosystem.config.cjs --env development && pm2 save",
"stop": "pm2 stop all && pm2 delete all",
"deploy-production": "pm2 deploy ecosystem.config.cjs production",
"upgrade-interactive": "rm package-lock.json || true && yarn && yarn upgrade-interactive --latest"
},
"keywords": [
"arbitrum",
"avalanche",
"bsc",
"blockchain",
"celo",
"cronos",
"currency",
"crypto",
"dex",
"ethereum",
"fantom",
"honeyswap",
"nft",
"opera",
"optimism",
"pancakeswap",
"polygon",
"spiritswap",
"quickswap",
"token",
"uniswap",
"wallet",
"web3js",
"xdai"
],
"author": "Dorian Bayart",
"funding": [
{
"url": "https://dexpairs.xyz/donate"
},
{
"url": "https://github.com/sponsors/dorianbayart"
}
],
"license": "GNU General Public License v3.0",
"dependencies": {
"@node-redis/json": "^1.0.2",
"compression": "*",
"dotenv": "*",
"express": "*",
"express-rate-limit": "*",
"express-ws": "*",
"mongodb": "^4.12.1",
"node-fetch": "*",
"pm2": "*",
"redis": "^4.6.5",
"yarn": "*"
},
"devDependencies": {
"eslint": "*",
"stylelint": "*",
"stylelint-config-standard": "*",
"stylelint-order": "*"
}
}