-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 814 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 814 Bytes
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
{
"name": "monitor-node",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"single": "node scripts/single-block.js",
"range": "node scripts/block-range.js",
"ww-range": "node scripts/wallet-watcher-range.js",
"backfill-events": "node scripts/backfill-events.js"
},
"author": "",
"dependencies": {
"better-sqlite3": "^8.6.0",
"cors": "^2.8.5",
"csv-parser": "^3.0.0",
"ethers": "^5.7.2",
"express": "^4.18.2",
"sqlite": "^4.2.1",
"sqlite3": "^5.1.6",
"viem": "~1.9",
"ws": "^8.13.0"
},
"devDependencies": {
"eslint": "^8.42.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-promise": "^6.1.1"
}
}