forked from aavegotchi/aavegotchi-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2 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
60
61
62
63
64
65
66
{
"name": "aavegotchi-contracts",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prettier": "prettier --write contracts/**/*.sol",
"solhint": "solhint 'contracts/**/*.sol'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aavegotchi/aavegotchi-contracts.git"
},
"author": "Nick Mudge",
"license": "MIT",
"bugs": {
"url": "https://github.com/aavegotchi/aavegotchi-contracts/issues"
},
"homepage": "https://github.com/aavegotchi/aavegotchi-contracts#readme",
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^1.0.5",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@typechain/ethers-v5": "^7.1.2",
"@typechain/hardhat": "^2.3.0",
"@types/chai": "^4.2.22",
"@types/mocha": "^9.0.0",
"@types/node": "^16.9.6",
"chai": "^4.3.4",
"defender-relay-client": "^1.37.0",
"diamond-util": "^1.1.1",
"dotenv": "^8.2.0",
"ethers": "^5.5.4",
"hardhat-contract-sizer": "^2.0.3",
"hardhat-docgen": "^1.3.0",
"husky": "^4.3.8",
"prettier": "^2.2.1",
"prettier-plugin-solidity": "^1.0.0-beta.7",
"solidity-coverage": "^0.7.21",
"standard": "^14.3.4",
"truffle-assertions": "^0.9.2",
"ts-node": "^10.2.1",
"typechain": "^5.1.2",
"typescript": "^4.4.3"
},
"dependencies": {
"@anders-t/ethers-ledger": "^1.0.4",
"@ethersproject/experimental": "^5.4.0",
"@ethersproject/hardware-wallets": "github:mudgen/ethers-ledger",
"@nomiclabs/hardhat-etherscan": "^3.0.0",
"@openzeppelin/contracts": "^4.5.0",
"@openzeppelin/contracts-upgradeable": "^4.5.2",
"@types/chai": "^4.2.21",
"@types/mocha": "^9.0.0",
"alchemy-sdk": "^2.4.1",
"axios": "^0.21.1",
"git-branch": "^2.0.1",
"graphql": "^16.2.0",
"graphql-request": "^3.5.0",
"hardhat": "^2.2.1",
"hardhat-tracer": "^2.0.0",
"merkletreejs": "^0.3.9",
"node-hid": "^2.1.1",
"solc": "^0.8.7-fixed"
}
}