forked from rsksmart/rskj-truffle-tests
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
31 lines (31 loc) · 826 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
{
"name": "rskj-truffle-tests",
"version": "0.0.2",
"description": "A Truffle Test Suite for RSKj",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "truffle test --network rsk --reporter mocha-multi-reporters"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iovlabs-qa/rskj-truffle-tests.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/iovlabs-qa/rskj-truffle-tests/issues"
},
"homepage": "https://github.com/iovlabs-qa/rskj-truffle-tests#readme",
"devDependencies": {
"@ethereumjs/rlp": "^5.0.0",
"bignumber.js": "^9.1.2",
"mocha": "^10.2.0",
"mocha-junit-reporter": "^2.2.1",
"mocha-multi-reporters": "^1.5.1",
"truffle": "^5.11.5",
"truffle-assertions": "^0.9.2"
}
}