-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
33 lines (33 loc) · 981 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
{
"name": "@vvs-finance/vvs-farm",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"migrate": "truffle migrate --network cronos --reset",
"compile": "truffle compile --network cronos",
"test": "npx hardhat test",
"coverage": "npx hardhat coverage"
},
"dependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.4",
"@nomiclabs/hardhat-truffle5": "^2.0.3",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/contracts": "3.4.0",
"@openzeppelin/test-helpers": "^0.5.15",
"@pancakeswap/pancake-swap-lib": "^0.0.1",
"hardhat": "^2.8.2",
"truffle": "^5.1.58",
"truffle-assertions": "^0.9.2",
"truffle-flattener": "^1.4.4"
},
"devDependencies": {
"chai": "^4.2.0",
"ethereum-waffle": "^3.0.0",
"ethers": "^5.0.14",
"solidity-coverage": "^0.7.13",
"truffle-hdwallet-provider": "^1.0.17",
"truffle-plugin-verify": "^0.4.0",
"web3": "^1.3.0"
}
}