-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 758 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 758 Bytes
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
{
"name": "contracts",
"version": "1.0.0",
"description": "",
"scripts": {
"compile": "hardhat compile",
"test": "hardhat test",
"test:gw_testnet_v1": "hardhat test --network gw_testnet_v1",
"test:gw_local_kit_net_v1": "hardhat test --network gw_local_kit_net_v1",
"test:bsc_test": "hardhat test --network bsc_test"
},
"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",
"chai": "^4.3.4",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.4.1",
"hardhat": "^2.9.1",
"web3": "^1.7.1"
}
}