-
Notifications
You must be signed in to change notification settings - Fork 72
/
Copy pathpackage.json
39 lines (39 loc) · 955 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
38
39
{
"name": "@aave-dao/aave-v3-origin",
"version": "3.3.0",
"scripts": {
"lint": "prettier . --check",
"lint:fix": "prettier . --write",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "changeset publish"
},
"publishConfig": {
"access": "public"
},
"files": [
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/aave-dao/aave-v3-origin.git"
},
"keywords": [],
"author": "BGD Labs for Aave",
"license": "BUSL1.1",
"bugs": {
"url": "https://github.com/aave-dao/aave-v3-origin/issues"
},
"homepage": "https://github.com/aave-dao/aave-v3-origin#readme",
"type": "module",
"devDependencies": {
"@changesets/cli": "^2.28.1",
"prettier": "^2.8.3",
"prettier-plugin-solidity": "^1.1.1"
},
"dependencies": {
"@bgd-labs/aave-cli": "^1.1.17",
"@bgd-labs/solidity-utils": "1.1.2",
"catapulta-verify": "^1.3.0"
}
}