-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.91 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.91 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
{
"name": "rootstock-integration-tests",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha --timeout 1200000",
"test-fail-fast": "mocha -b --timeout 1200000 --trace-warnings",
"run-tests-multiple-times": "node multipleTestExecutionsRunner.js",
"run-single-test-file": "node singleTestFileRunner.js",
"run-with-docker": "node runWithDocker.js"
},
"author": "",
"license": "GPL3",
"dependencies": {
"@noble/secp256k1": "^2.2.3",
"@rsksmart/bridge-state-data-parser": "^1.2.0",
"@rsksmart/bridge-transaction-parser": "github:rsksmart/bridge-transaction-parser#v1.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": "github:rsksmart/powpeg-redeemscript-parser#fbe3b981b3f768396833f5f832526a9751098089",
"@rsksmart/rsk-precompiled-abis": "^6.0.0-ARROWHEAD",
"@rsksmart/rsk-precompiled-abis-lovell": "git+https://github.com/rsksmart/precompiled-abis#8.0.0-REED",
"bn.js": "^4.11.8",
"btc-transaction-helper": "git+https://git@github.com/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": "^17.2.2",
"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://git@github.com/rsksmart/pegin-address-verifier#v0.4.0",
"peglib": "git+https://github.com/rsksmart/rsk-peglib#v1.4.15",
"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.5",
"wait-for-port": "0.0.2"
},
"devDependencies": {
"shelljs": "^0.10.0"
}
}