forked from aave-dao/aave-helpers
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 850 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 850 Bytes
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
{
"name": "aave-helpers",
"version": "3.1.0",
"description": "",
"directories": {
"lib": "lib",
"test": "tests"
},
"scripts": {
"lint": "prettier . --check",
"lint:fix": "prettier --write .",
"changeset": "changeset",
"release": "changeset publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aave-dao/aave-helpers.git"
},
"keywords": [],
"author": "bgd-labs",
"license": "ISC",
"bugs": {
"url": "https://github.com/aave-dao/aave-helpers/issues"
},
"homepage": "https://github.com/aave-dao/aave-helpers#readme",
"devDependencies": {
"@aave-dao/aave-helpers-js": "workspace:*",
"@changesets/cli": "^2.29.8",
"prettier": "3.5.3",
"prettier-plugin-solidity": "1.4.3"
},
"packageManager": "pnpm@10.29.2",
"engines": {
"node": ">=22"
}
}