-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.3 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.3 KB
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
{
"name": "onchainanalysis",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@moralisweb3/common-evm-utils": "^2.26.7",
"@vercel/kv": "^2.0.0",
"alchemy-sdk": "^3.3.1",
"api": "^6.1.1",
"axios": "^1.7.2",
"compression": "^1.7.4",
"connect-redis": "^7.1.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"csv-writer": "^1.6.0",
"debug": "^4.3.5",
"dotenv": "^16.4.1",
"dotenv-safe": "^9.0.0",
"ethers": "^6.10.0",
"eventsource": "^2.0.2",
"express": "^4.19.2",
"express-async-errors": "^3.1.1",
"express-rate-limit": "^7.1.5",
"express-session": "^1.18.0",
"helmet": "^7.1.0",
"http-errors": "^2.0.0",
"joi": "^17.13.3",
"mongoose": "^8.1.1",
"moralis": "^2.26.7",
"morgan": "^1.10.0",
"node-fetch": "^3.3.2",
"nodemailer": "^6.9.11",
"onchainanalysis": "file:",
"p-limit": "^6.1.0",
"puppeteer": "^22.0.0",
"redis": "^4.6.14",
"selenium-webdriver": "^4.17.0",
"socket.io": "^4.7.4",
"web3": "^4.4.0",
"winston": "^3.13.1"
},
"devDependencies": {
"jest": "^29.7.0",
"nodemon": "^3.1.0",
"supertest": "^7.0.0"
}
}