forked from SuperFarmDAO/SuperFarm-Sample
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.52 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.52 KB
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
{
"name": "superfarm-sample",
"version": "1.0.0",
"description": "SuperFarm sample contract",
"repository": {
"type": "git",
"url": "git+https://github.com/khlrst/SuperFarm-Sample.git"
},
"bugs": {
"url": "https://github.com/khlrst/SuperFarm-Sample/issues"
},
"homepage": "https://github.com/khlrst/SuperFarm-Sample#readme",
"directories": {
"test": "test"
},
"scripts": {
"rebuild": "rm docs/* && rmdir docs && hh clean && hh compile"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^2.1.5",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^3.4.0",
"@typechain/ethers-v5": "^7.0.1",
"@typechain/hardhat": "^2.2.0",
"@types/bignumber.js": "^5.0.0",
"@types/chai": "^4.2.21",
"@types/mocha": "^9.0.0",
"@types/mocha-steps": "^1.3.0",
"@types/node": "^16.6.1",
"chai": "^4.3.4",
"dotenv": "^10.0.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.18.2",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.4.4",
"hardhat": "^2.6.0",
"hardhat-docgen": "^1.1.1",
"hardhat-gas-reporter": "^1.0.4",
"mocha-steps": "^1.3.0",
"solidity-coverage": "^0.7.17",
"ts-mocha": "^8.0.0",
"ts-node": "^10.2.0",
"typechain": "^5.1.2",
"typescript": "^4.3.5"
}
}