-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.17 KB
/
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
36
37
38
39
{
"name": "boosted-finance-contracts",
"version": "1.0.0",
"description": "Smart contract repo for Boosted Finance",
"repository": "[email protected]:Boosted-Finance/smart-contracts.git",
"author": "[email protected]",
"license": "MIT",
"scripts": {
"compile": "npx buidler compile",
"test": "npx buidler test",
"coverage": "npx buidler coverage --network coverage"
},
"devDependencies": {
"@nomiclabs/buidler": "^1.4.8",
"@nomiclabs/buidler-ethers": "^2.0.0",
"@nomiclabs/buidler-etherscan": "^2.0.0",
"@nomiclabs/buidler-truffle5": "^1.3.4",
"@nomiclabs/buidler-web3": "^1.3.4",
"@openzeppelin/contracts": "^3.2.0",
"@openzeppelin/test-helpers": "0.5.6",
"@uniswap/v2-core": "^1.0.1",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"buidler-deploy": "^0.6.0-beta.16",
"buidler-ethers-v5": "^0.2.2",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-bn": "^0.2.1",
"ethereum-waffle": "^3.0.2",
"moment": "^2.29.1",
"solc": "^0.5.17",
"solidity-coverage": "^0.7.10"
},
"dependencies": {
"dotenv": "^8.2.0",
"ethers": "^5.0.9",
"prettier": "^2.1.1",
"solhint": "^3.2.0"
}
}