forked from iovlabs-qa/json-rpc-web3js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 947 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
{
"name": "json-rpc-web3js",
"version": "0.0.1",
"description": "Light Web3js test suite for daily test on RskJ",
"main": "index.js",
"scripts": {
"test-default-reporter": "mocha ./smoke-test.js",
"test": "mocha ./*test.js --reporter mocha-junit-reporter --reporter-options mochaFile=./results/mocha/Test-Results.xml"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iovlabs-qa/json-rpc-web3js.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/iovlabs-qa/json-rpc-web3js/issues"
},
"homepage": "https://github.com/iovlabs-qa/json-rpc-web3js#readme",
"dependencies": {
"@ethersproject/providers": "^5.7.2",
"@rsksmart/rsk3": "^0.3.4",
"bignumber.js": "^9.1.2",
"chai": "^4.3.10",
"ethers": "^5.0.16",
"mocha": "^10.2.0",
"mocha-junit-reporter": "^2.2.1",
"path": "^0.12.7",
"solc": "^0.5.10",
"web3": "^1.10.2"
}
}