-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
51 lines (51 loc) · 1.36 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
{
"name": "aavegotchi-raffle",
"version": "1.0.0",
"description": "Template for Solidity contracts",
"main": "index.js",
"scripts": {
"test": "npx buidler test",
"prettier": "prettier --write **/*.sol"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aavegotchi/raffle.git"
},
"author": "Nick Mudge",
"license": "MIT",
"bugs": {
"url": "https://github.com/aavegotchi/raffle/issues"
},
"homepage": "https://github.com/aavegotchi/raffle#readme",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^2.1.5",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@types/mocha": "^9.0.0",
"chai": "^4.3.4",
"diamond-util": "^1.1.1",
"dotenv": "^8.6.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.4.6",
"hardhat": "^2.6.1",
"hardhat-contract-sizer": "^2.0.3",
"hardhat-gas-reporter": "^1.0.4",
"husky": "^4.3.8",
"prettier": "^2.3.2",
"prettier-plugin-solidity": "^1.0.0-beta.17",
"standard": "^14.3.4",
"truffle-assertions": "^0.9.2",
"ts-node": "^10.4.0",
"typescript": "^4.4.4"
},
"directories": {
"test": "test"
},
"dependencies": {
"@chainlink/contracts": "0.0.11",
"@openzeppelin/contracts": "^4.3.2",
"@typechain/ethers-v5": "^8.0.1",
"@typechain/hardhat": "^3.0.0",
"typechain": "^6.0.2"
}
}