-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 961 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
{
"name": "contracts",
"version": "1.0.0",
"description": "",
"scripts": {
"compile": "hardhat compile",
"test:axon_local": "hardhat test --network axon_test",
"test:axon_test": "hardhat test --network axon_remote",
"test:test": "hardhat test --network ${npm_config_network} --grep \"${npm_config_grep}\""
},
"keywords": [
"Solidity",
"Hardhat"
],
"author": "",
"license": "MIT",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/contracts": "^4.3.1",
"@openzeppelin/test-helpers": "^0.5.15",
"chai": "^4.3.4",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.4.1",
"hardhat": "^2.9.1",
"mocha-json-output-reporter": "^2.0.1",
"mochawesome": "^7.1.3",
"mochawesome-report-generator": "^6.2.0",
"web3": "^1.7.1"
},
"dependencies": {
"abi-decoder": "^2.4.0"
}
}