-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
37 lines (37 loc) · 936 Bytes
/
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
{
"name": "aave-governance-v3",
"version": "1.0.0",
"description": "Aave Governance V3",
"main": "index.js",
"type": "module",
"directories": {
"lib": "lib",
"test": "tests"
},
"scripts": {
"prettier": "prettier --write .",
"helpers:generateProofs": "node --experimental-json-modules js-scripts/generateProofs.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bgd-labs/aave-governance-v3.git"
},
"keywords": [],
"author": "sendra",
"license": "ISC",
"bugs": {
"url": "https://github.com/bgd-labs/aave-governance-v3/issues"
},
"homepage": "https://github.com/bgd-labs/aave-governance-v3#readme",
"devDependencies": {
"json-stable-stringify": "^1.0.2",
"prettier": "^2.8.3",
"prettier-plugin-solidity": "^1.1.1",
"viem": "^0.3.13"
},
"dependencies": {
"alchemy-sdk": "^2.2.3",
"dotenv": "^16.0.1",
"ethers": "^5.7.0"
}
}