-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 956 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
35
36
37
38
39
40
{
"name": "@rsksmart/bridge-transaction-parser",
"version": "1.1.4",
"description": "A tool to find interactions with the Bridge on Rootstock",
"main": "index.js",
"scripts": {
"test": "nyc mocha --timeout 10000"
},
"repository": {
"type": "git",
"url": "https://github.com/rsksmart/bridge-transaction-parser.git"
},
"bugs": {
"url": "https://github.com/rsksmart/bridge-transaction-parser/issues"
},
"homepage": "https://github.com/rsksmart/bridge-transaction-parser#readme",
"dependencies": {
"@rsksmart/rsk-precompiled-abis": "^6.0.0-ARROWHEAD"
},
"author": "",
"license": "MIT",
"keywords": [
"rootstock",
"rsk",
"web3",
"blockchain",
"bridge",
"powpeg"
],
"devDependencies": {
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"rewire": "^6.0.0",
"sinon": "^11.1.2",
"web3": "^1.5.3"
},
"types": "./index.d.ts"
}