forked from ChaosLabsInc/aave-risk-stewards
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 918 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
{
"name": "bgd-forge-template",
"version": "1.0.0",
"scripts": {
"lint": "prettier ./",
"lint:fix": "npm run lint -- --write"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bgd-labs/bgd-forge-template.git"
},
"keywords": [],
"author": "BGD labs",
"license": "MIT",
"bugs": {
"url": "https://github.com/bgd-labs/bgd-forge-template/issues"
},
"homepage": "https://github.com/bgd-labs/bgd-forge-template#readme",
"devDependencies": {
"prettier": "2.8.7",
"prettier-plugin-solidity": "1.1.3"
},
"dependencies": {
"@bgd-labs/aave-cli": "^0.0.12",
"@ethersproject/hardware-wallets": "^5.7.0",
"@safe-global/safe-core-sdk": "^3.3.3",
"@safe-global/safe-ethers-lib": "^1.9.3",
"@safe-global/safe-service-client": "^2.0.1",
"dotenv": "^16.0.3",
"ethers": "5.7.2",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
}
}