-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.27 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
40
41
42
43
44
45
{
"name": "farm-contracts",
"version": "1.0.0",
"description": "",
"scripts": {
"compile": "hardhat compile",
"fork": "hardhat --network hardhat node",
"gas_report": "hardhat test",
"test_report": "mocha --config .mocharc.json test/**/*.ts",
"test": "hardhat test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yieldyak/farm-contracts.git"
},
"keywords": [],
"author": "Yield Yak",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/yieldyak/farm-contracts/issues"
},
"homepage": "https://github.com/yieldyak/farm-contracts#readme",
"devDependencies": {
"@codechecks/client": "^0.1.11",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@types/chai": "^4.2.21",
"@types/chai-almost": "^1.0.1",
"@types/mocha": "^9.0.0",
"@types/mochawesome": "^6.2.1",
"@types/node": "^16.4.10",
"chai": "^4.3.4",
"chai-almost": "^1.0.1",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.4.3",
"hardhat": "^2.5.0",
"hardhat-abi-exporter": "^2.2.1",
"hardhat-contract-sizer": "^2.0.3",
"hardhat-deploy": "^0.8.11",
"hardhat-gas-reporter": "^1.0.4",
"mochawesome": "^6.2.2",
"ts-node": "^10.1.0",
"typescript": "^4.3.5"
}
}