-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 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
{
"name": "@attestate/crawler-call-block-logs",
"version": "0.5.0",
"description": "An attestate crawler strategy to download and transform Ethereum block event logs",
"main": "src/index.mjs",
"scripts": {
"test": "ava"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/attestate/crawler-call-block-logs.git"
},
"keywords": [
"attestate",
"crawler",
"strategy",
"ethereum",
"event",
"logs",
"topics"
],
"author": "Tim Daubenschütz <[email protected]> (https://proofinprogress.com/)",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/attestate/crawler-call-block-logs/issues"
},
"homepage": "https://github.com/attestate/crawler-call-block-logs#readme",
"peerDependencies": {
"@attestate/crawler": "0.6.1",
"eth-fun": "0.9.3"
},
"devDependencies": {
"ava": "5.1.0",
"eth-fun": "0.9.3",
"lmdb": "2.7.11"
},
"ava": {
"environmentVariables": {
"DEBUG": "@attestate/crawler-call-block-logs"
}
}
}