-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.76 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "gravis.fi-gravity-farming-contracts",
"version": "1.0.0",
"description": "Gravis Finance Gravity Farming Contracts",
"engines": {
"node": "17.x"
},
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/gravis-finance/gravity_farming.git"
},
"author": "Gravis Finance <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gravis-finance/gravity_farming/issues"
},
"homepage": "https://github.com/gravis-finance/gravity_farming/#readme",
"scripts": {
"start": "hardhat node",
"precompile": "hardhat clean",
"compile": "hardhat compile",
"deploy": "hardhat deploy",
"verify": "hardhat verify",
"export": "hardhat export --export-all ./deployments/export.json",
"test": "hardhat test",
"coverage": "hardhat coverage"
},
"devDependencies": {
"@chainlink/contracts": "^0.2.1",
"@nomiclabs/hardhat-etherscan": "^2.1.1",
"@openzeppelin/contracts": "^3.4.1",
"@typechain/ethers-v5": "^6.0.5",
"@typechain/hardhat": "^1.0.1",
"@types/chai": "^4.2.15",
"@types/mocha": "^8.2.1",
"@types/node": "^14.14.33",
"chai": "^4.3.3",
"chai-ethers": "^0.0.1",
"commander": "^7.1.0",
"dotenv": "^8.2.0",
"ethereum-waffle": "^3.3.0",
"ethereumjs-util": "^7.0.9",
"ethers": "^5.0.32",
"hardhat": "^2.1.1",
"hardhat-deploy": "^0.7.0-beta.47",
"hardhat-deploy-ethers": "^0.3.0-beta.7",
"hardhat-gas-reporter": "^1.0.4",
"hardhat-tracer": "^1.0.0-alpha.5",
"mocha": "^8.3.1",
"prettier": "^2.2.1",
"prettier-plugin-solidity": "^1.0.0-beta.6",
"solidity-coverage": "^0.7.16",
"ts-generator": "^0.1.1",
"ts-node": "^9.1.1",
"typechain": "^4.0.3",
"typescript": "^4.2.3"
}
}