-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
56 lines (56 loc) · 2.43 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
{
"name": "rootstock-integration-tests",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha --timeout 600000",
"test-fail-fast": "mocha -b --timeout 600000",
"run-tests-multiple-times": "node multipleTestExecutionsRunner.js",
"run-single-test-file": "node singleTestFileRunner.js"
},
"author": "",
"license": "GPL3",
"dependencies": {
"@rsksmart/bridge-state-data-parser": "^1.2.0",
"@rsksmart/btc-eth-unit-converter": "^1.0.0",
"@rsksmart/btc-rsk-derivation": "^0.0.2",
"@rsksmart/pmt-builder": "^3.0.0",
"@rsksmart/powpeg-redeemscript-parser": "^1.0.0",
"bn.js": "^4.11.8",
"bridge-transaction-parser-hop400": "github:rsksmart/bridge-transaction-parser#v0.4.0-beta",
"bridge-transaction-parser-fingerroot500": "github:rsksmart/bridge-transaction-parser#v0.5.0-beta",
"bridge-transaction-parser-lovell700": "git+https://github.com/rsksmart/bridge-transaction-parser#master",
"btc-transaction-helper": "git+https://[email protected]/rsksmart/btc-transaction-helper#v3.5.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"colors": "^1.1.2",
"dev-null": "^0.1.1",
"dotenv": "^16.0.3",
"find": "^0.3.0",
"fs-extra": "^4.0.2",
"glob": "^7.1.2",
"lodash": "^4.17.5",
"log4js": "^6.9.1",
"mocha": "^10.1.0",
"mocha-junit-reporter": "^2.2.1",
"pegin-address-verificator": "git+https://[email protected]/rsksmart/pegin-address-verifier#v0.4.0",
"peglib": "git+https://github.com/rsksmart/rsk-peglib#v1.4.15",
"precompiled-lovell700": "git+https://github.com/rsksmart/precompiled-abis#master",
"precompiled-arrowhead600": "npm:@rsksmart/rsk-precompiled-abis@^6.0.0-ARROWHEAD",
"precompiled-fingerroot500": "npm:@rsksmart/[email protected]",
"precompiled-hop400": "npm:@rsksmart/[email protected]",
"precompiled-iris300": "npm:@rsksmart/rsk-precompiled-abis@^4.0.0-IRIS",
"precompiled-papyrus200": "npm:@rsksmart/rsk-precompiled-abis@^3.0.0-PAPYRUS",
"precompiled-wasabi100": "npm:@rsksmart/rsk-precompiled-abis@^2.0.0-WASABI",
"precompiled-orchid": "npm:@rsksmart/rsk-precompiled-abis@^1.0.0-ORCHID",
"rsk-transaction-helper": "git+https://github.com/rsksmart/rootstock-transaction-helper#v3.1.0",
"solc": "^0.8.28",
"stream-line-wrapper": "^0.1.1",
"tmp": "0.2.3",
"wait-for-port": "0.0.2"
},
"devDependencies": {
"shelljs": "^0.8.5"
}
}